Skip to content

Commit

Permalink
fixup! docs: use the furo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Dec 24, 2023
1 parent df4d4d8 commit c47fef1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/fava/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@
from typing import ParamSpec
from typing import TypeVar

try:
from _typeshed.wsgi import StartResponse
from _typeshed.wsgi import WSGIEnvironment
except ImportError:
# Set these to Any for the sphinx plugin that cannot import _typeshed
StartResponse = Any
WSGIEnvironment = Any
from _typeshed.wsgi import StartResponse
from _typeshed.wsgi import WSGIEnvironment
from flask.wrappers import Response


Expand Down

0 comments on commit c47fef1

Please sign in to comment.