Skip to content

Commit 9217df2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8b16ce9 commit 9217df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_basic_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def read(name: str) -> str:
188188
"__version__ = version = '1.0.dev42'",
189189
"__version_tuple__ = version_tuple = (1, 0, 'dev42')",
190190
"",
191-
"__commit_id__ = commit_id = None"
191+
"__commit_id__ = commit_id = None",
192192
]
193193

194194
version = "1.0.1"
@@ -199,7 +199,7 @@ def read(name: str) -> str:
199199
"__version__ = version = '1.0.1'",
200200
"__version_tuple__ = version_tuple = (1, 0, 1)",
201201
"",
202-
"__commit_id__ = commit_id = 'g4ac9d2c'"
202+
"__commit_id__ = commit_id = 'g4ac9d2c'",
203203
]
204204

205205
version = "1.0.1+g4ac9d2c"

0 commit comments

Comments
 (0)