summaryrefslogtreecommitdiff
path: root/bench/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench.py')
-rw-r--r--bench/bench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.py b/bench/bench.py
index 4ca2a9a98..4e72444e7 100644
--- a/bench/bench.py
+++ b/bench/bench.py
@@ -2,7 +2,7 @@ import sys
if __name__ == "__main__":
import cProfile
- import pytest
+ import pytest # NOQA
import pstats
script = sys.argv[1:] if len(sys.argv) > 1 else "empty.py"