aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-09 15:45:14 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-09 15:45:14 -0800
commita246b5a54dac6b29a30e90265d64a3c4332902e5 (patch)
treefbc0d379e6b67252e4164314336555d3e82c7368
parent86e6850e70617e1609b79e0ee4bfe2a26f7f992e (diff)
downloadfatcat-a246b5a54dac6b29a30e90265d64a3c4332902e5.tar.gz
fatcat-a246b5a54dac6b29a30e90265d64a3c4332902e5.zip
lint: minor import tweak
-rw-r--r--python/fatcat_web/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/types.py b/python/fatcat_web/types.py
index f5182d71..f373825f 100644
--- a/python/fatcat_web/types.py
+++ b/python/fatcat_web/types.py
@@ -1,4 +1,4 @@
-from typing import Any, Tuple, Union
+from typing import Tuple, Union
from flask import Response as FlaskResponse
from werkzeug.wrappers import Response as WerkzeugResponse