mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
tools: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
a0041afaf9
commit
ee8ff4df66
@@ -7,7 +7,7 @@ import sys
|
||||
import os
|
||||
|
||||
import ConfigParser
|
||||
from typing import Any, Dict, MutableMapping, Optional
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
# Scans zulip repositary for issues that don't have any `area` labels.
|
||||
# GitHub API token is required as GitHub limits unauthenticated
|
||||
|
||||
Reference in New Issue
Block a user