Skip to content

Commit e300770

Browse files
committed
Format with black==24.4.2
1 parent b7e99bc commit e300770

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_declare.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ def test_add_hidden_timestamp_enabled(enable_add_hidden_timestamp, schema_any):
413413

414414

415415
def test_add_hidden_timestamp_disabled(disable_add_hidden_timestamp, schema_any):
416-
assert not config["add_hidden_timestamp"], "expected add_hidden_timestamp to be False"
416+
assert not config[
417+
"add_hidden_timestamp"
418+
], "expected add_hidden_timestamp to be False"
417419
msg = f"{Experiment().heading._attributes=}"
418420
assert not any(
419421
a.name.endswith("_timestamp") for a in Experiment().heading._attributes.values()

0 commit comments

Comments
 (0)