diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-09 15:45:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-09 15:45:14 -0800 |
commit | a246b5a54dac6b29a30e90265d64a3c4332902e5 (patch) | |
tree | fbc0d379e6b67252e4164314336555d3e82c7368 | |
parent | 86e6850e70617e1609b79e0ee4bfe2a26f7f992e (diff) | |
download | fatcat-a246b5a54dac6b29a30e90265d64a3c4332902e5.tar.gz fatcat-a246b5a54dac6b29a30e90265d64a3c4332902e5.zip |
lint: minor import tweak
-rw-r--r-- | python/fatcat_web/types.py | 2 |
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 |