Skip to content

Commit 7c57b50

Browse files
jseop-limKirade
authored andcommitted
REF: Format with black
1 parent 7ad18df commit 7c57b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_library/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.4'
1+
__version__ = "1.0.4"

tests/test_python_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '1.0.4'
5+
assert __version__ == "1.0.4"

0 commit comments

Comments
 (0)