Skip to content

Commit 3473749

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 2df4a06 commit 3473749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
def test_package_version():
88
"""Ensure the package version is defined and not set to the initial placeholder."""
9-
assert hasattr(diffpy.structure, '__version__')
9+
assert hasattr(diffpy.structure, "__version__")
1010
assert diffpy.structure.__version__ != "0.0.0"

0 commit comments

Comments
 (0)