summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:01:38 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:01:38 +0800
commite530544546b2a4e5f00e8d9458bf1b895573ec41 (patch)
tree9b957bd812fe98664d3f1f75615dda8242663097 /setup.py
parentf78fc42b90711c81e06699d1ebdbe69e6648b949 (diff)
downloadgitpython-e530544546b2a4e5f00e8d9458bf1b895573ec41.tar.gz
reformat according to 'black' configuration file.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 8307bfb0..5494cf48 100755
--- a/setup.py
+++ b/setup.py
@@ -57,9 +57,7 @@ def _stamp_version(filename: str) -> None:
with open(filename, "w") as f:
f.writelines(out)
else:
- print(
- "WARNING: Couldn't find version line in file %s" % filename, file=sys.stderr
- )
+ print("WARNING: Couldn't find version line in file %s" % filename, file=sys.stderr)
def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence: