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
|
@ -10,13 +10,11 @@ import logging
|
|||
import argparse
|
||||
import os
|
||||
import pytz
|
||||
import urllib
|
||||
import sys
|
||||
import time
|
||||
import traceback
|
||||
from typing import List, Set, Tuple, Iterable, Optional
|
||||
from typing import List, Optional, Set, Tuple
|
||||
|
||||
from oauth2client import client, tools
|
||||
from oauth2client import client
|
||||
from oauth2client.file import Storage
|
||||
try:
|
||||
from googleapiclient import discovery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue