tools: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:29 -08:00
committed by Tim Abbott
parent a0041afaf9
commit ee8ff4df66
24 changed files with 16 additions and 30 deletions

View File

@@ -1,8 +1,6 @@
from __future__ import print_function
from __future__ import absolute_import
import subprocess
from zulint.linters import run_pycodestyle
from typing import List

View File

@@ -6,7 +6,7 @@ import subprocess
from zulint.printer import print_err, colors
from typing import Any, Dict, List
from typing import List
suppress_patterns = [
(b'', b'imported but unused'),