Skip to content

Commit 7886790

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/benchmarks/import_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A benchmark which measures the import time of jsonschema
33
"""
44

5-
import sys
65
import subprocess
6+
import sys
77

88

99
def import_time(loops):
@@ -13,7 +13,7 @@ def import_time(loops):
1313
[sys.executable, "-X", "importtime", "-c", "import jsonschema"],
1414
stderr=subprocess.PIPE,
1515
stdout=subprocess.DEVNULL,
16-
check=True
16+
check=True,
1717
)
1818

1919
line = p.stderr.splitlines()[-1]

0 commit comments

Comments
 (0)