cleanup: Remove unused imports.

Generated by autoflake.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 16:00:35 -07:00 committed by Tim Abbott
parent 64d2f5ac32
commit 2f6623bbc4
61 changed files with 25 additions and 91 deletions

View file

@ -13,7 +13,7 @@ import os
import sys
import os.path
import pysvn
from typing import Any, Dict, List, Optional, Text, Tuple, Union
from typing import Any, Dict, Optional, Text, Tuple
sys.path.insert(0, os.path.dirname(__file__))
import zulip_svn_config as config