Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Feb 29, 2024
1 parent 0f1a21a commit 197350f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fink_broker/mm2distribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ def mm2distribute(spark, config, args):
time.sleep(wait)
wait *= 1.2 if wait < 60 else 1
continue

df_grb_stream = df_grb_stream\
.drop("brokerEndProcessTimestamp")\
.drop("brokerStartProcessTimestamp")\
.drop("brokerIngestTimestamp")
.drop("brokerEndProcessTimestamp")\
.drop("brokerStartProcessTimestamp")\
.drop("brokerIngestTimestamp")

stream_distribute_list = grb_distribution_stream(
df_grb_stream,
Expand Down

0 comments on commit 197350f

Please sign in to comment.