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,7 +10,7 @@ import importlib.util
|
|||
from configparser import MissingSectionHeaderError, NoOptionError
|
||||
from flask import Flask, request
|
||||
from importlib import import_module
|
||||
from typing import Any, Dict, Union, List, Optional
|
||||
from typing import Any, Dict, List, Optional
|
||||
from types import ModuleType
|
||||
from werkzeug.exceptions import BadRequest, Unauthorized
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue