Skip to content

Commit 0611e9c

Browse files
committed
Fix flake8
1 parent 562e079 commit 0611e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versioneer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False):
464464
print("unable to run %s (error)" % dispcmd)
465465
return None
466466
return stdout
467+
468+
467469
LONG_VERSION_PY['git'] = r'''
468470
# This file helps to compute a version number in source trees obtained from
469471
# git-archive tarball (such as those provided by githubs download-from-tag

0 commit comments

Comments
 (0)