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,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from typing import IO, Any, Dict, List, Text, Union, Set, Tuple, Optional, cast
|
||||
from typing import Any, Dict, IO, List, Optional, Set, Text, Tuple, cast
|
||||
from types import FrameType
|
||||
|
||||
import sys
|
||||
|
@ -10,7 +10,6 @@ import time
|
|||
import subprocess
|
||||
import optparse
|
||||
import os
|
||||
import datetime
|
||||
import textwrap
|
||||
import signal
|
||||
import logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue