cleanup: Remove unused imports.
Generated by autoflake. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
64d2f5ac32
commit
2f6623bbc4
61 changed files with 25 additions and 91 deletions
|
@ -1,4 +1,4 @@
|
|||
from typing import Any, Dict, List, Tuple
|
||||
from typing import List
|
||||
from zulint.custom_rules import RuleList
|
||||
|
||||
MYPY = False
|
||||
|
|
|
@ -9,7 +9,6 @@ import zipfile
|
|||
import textwrap
|
||||
import requests
|
||||
import urllib.parse
|
||||
import json
|
||||
from requests import Response
|
||||
|
||||
red = '\033[91m' # type: str
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# Original path: zulip/tools/linter_lib/pep8.py
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
from zulint.printer import print_err, colors
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from importlib import import_module
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from os.path import dirname, basename
|
||||
from importlib import import_module
|
||||
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import glob
|
||||
import unittest
|
||||
from unittest import TestCase, TestSuite
|
||||
import pytest
|
||||
|
||||
def parse_args():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue