mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56:52 +00:00
Merge branch 'patch-1' into 'master'
Removed unused imported module `os` from flake8.main.git._HOOK_TEMPLATE See merge request !194
This commit is contained in:
commit
98cf75922f
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ def update_paths(checker_manager, temp_prefix):
|
|||
|
||||
|
||||
_HOOK_TEMPLATE = """#!{executable}
|
||||
import os
|
||||
import sys
|
||||
|
||||
from flake8.main import git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue