Skip to content

Commit 45fac9a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff9c547 commit 45fac9a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

physioqc/cli/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""Parser for physioqc."""
33

4-
54
import argparse
65

76
from physioqc import __version__

versioneer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,7 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, env=
427427
return stdout, p.returncode
428428

429429

430-
LONG_VERSION_PY[
431-
"git"
432-
] = '''
430+
LONG_VERSION_PY["git"] = '''
433431
# This file helps to compute a version number in source trees obtained from
434432
# git-archive tarball (such as those provided by githubs download-from-tag
435433
# feature). Distribution tarballs (built by setup.py sdist) and build

0 commit comments

Comments
 (0)