Skip to content

Commit e154d41

Browse files
committed
Run black on all files
1 parent 8045036 commit e154d41

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setuptools_git_versioning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ def _get_version_from_callback(
466466
log.log(DEBUG, "Value is callable with signature %s", inspect.Signature.from_callable(version_callback))
467467
result = version_callback()
468468
else:
469-
470469
log.log(INFO, "Is not callable, trying to import ...")
471470
result = version_callback
472471

tests/lib/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def create_setup_py(
219219
option: str = "setuptools_git_versioning",
220220
**kwargs,
221221
) -> str | None:
222-
223222
if config is None:
224223
config = {"enabled": True}
225224

0 commit comments

Comments
 (0)