Skip to content

Commit 862233e

Browse files
committed
flake8
1 parent 413f655 commit 862233e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skywriter/i3_to_json.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def fill_key(frame, source_pframe, key, default_value) -> None:
115115
frame[key] = default_value
116116

117117

118-
119118
def fill_missing_keys(frame, source_pframes):
120119
"""The realtime code to generate the JSON event expects a certain set of keys in the source frame.
121120
Keys are copied from the original pframe (if one is available for the pending event and if it has the pending key), otherwise they are set to dummy values.
@@ -157,7 +156,8 @@ def fill_missing_keys(frame, source_pframes):
157156

158157
for key in [
159158
f"{onlinel2_prefix_new}_SPE2itFitFitParams",
160-
f"{onlinel2_prefix_new}_BestFitFitParams"]:
159+
f"{onlinel2_prefix_new}_BestFitFitParams"
160+
]:
161161
process_key(key, gulliver.I3LogLikelihoodFitParams())
162162

163163
process_key(f"{onlinel2_prefix_new}_BestFit_Name", dataclasses.I3String("dummy"))

0 commit comments

Comments
 (0)