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,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
usage = """subscribe [options] --streams=<streams>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
usage = """unsubscribe [options] --streams=<streams>
|
||||
|
|
|
@ -5,7 +5,7 @@ import sys
|
|||
import argparse
|
||||
import logging
|
||||
|
||||
from typing import Any, Dict, List, Optional
|
||||
from typing import Any, Dict
|
||||
|
||||
import zulip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue