Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Apr 22, 2021
1 parent 62ab6b6 commit 4e9a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-crates/pyo3-src-layout/test_pyo3_src_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ def test_get_42():
assert pyo3_mixed2.get_42() == 42


if __name__ == '__main__':
if __name__ == "__main__":
test_get_42()

0 comments on commit 4e9a74e

Please sign in to comment.