Skip to content

Commit 83345d1

Browse files
committed
Fixed formatting.
1 parent 065e829 commit 83345d1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

tests/test_data/test_precompiled_registrations.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"reported_timestamp": 1728881225.0,
66
"url": null,
77
"tuples": [
8-
["!00000001", "N0CALL-1", null, 1728880000],
9-
["!00000002", "N0CALL-2", null, 1728790000]
8+
["!00000001", "N0CALL-1", null, 1728880000],
9+
["!00000002", "N0CALL-2", null, 1728790000]
1010
]
1111
}

tests/test_registry.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_precompiled():
184184
"!00000004": "N0CALL-2",
185185
}
186186

187-
187+
188188
def _to_dict(registry):
189189
"""
190190
Helper function to convert the registry into a dictionary
@@ -197,8 +197,9 @@ def _to_dict(registry):
197197

198198
##########################
199199
if __name__ == "__main__":
200-
import logging
201-
logging.basicConfig(level=logging.DEBUG)
202-
test_initialize_registry()
203-
test_inserts_and_updates()
204-
test_precompiled()
200+
import logging
201+
202+
logging.basicConfig(level=logging.DEBUG)
203+
test_initialize_registry()
204+
test_inserts_and_updates()
205+
test_precompiled()

0 commit comments

Comments
 (0)