summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAyman Nedjmeddine <theycallmethedr@gmail.com>2017-07-27 10:59:49 +0000
committerAyman Nedjmeddine <theycallmethedr@gmail.com>2017-07-27 10:59:49 +0000
commit43e2648ac38a04a2bc448b6f86fb4b4a6744887c (patch)
tree0e0be14303ac128134a35f4649abb39129aad974 /src
parent01f8824490a58720045e6acbb027613db05dfc7e (diff)
downloadflake8-43e2648ac38a04a2bc448b6f86fb4b4a6744887c.tar.gz
Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATE
Diffstat (limited to 'src')
-rw-r--r--src/flake8/main/git.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flake8/main/git.py b/src/flake8/main/git.py
index 57701f6..3cda3c5 100644
--- a/src/flake8/main/git.py
+++ b/src/flake8/main/git.py
@@ -224,7 +224,6 @@ def update_paths(checker_manager, temp_prefix):
_HOOK_TEMPLATE = """#!{executable}
-import os
import sys
from flake8.main import git