Skip to content

Commit

Permalink
Adhere to Black
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Dec 19, 2023
1 parent b0cf996 commit 4b1266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_network_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def test_custom_properties():
custom_properties={
"foo": "bar",
1: 2,
}
},
)
assert node1.custom_properties["foo"] == "bar"
assert node1.custom_properties[1] == 2
Expand Down

0 comments on commit 4b1266d

Please sign in to comment.