Skip to content

Commit

Permalink
feat(type): extend (#2466)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
  • Loading branch information
kijk2869 and ahopkins committed Jun 16, 2022
1 parent a411bc0 commit 2f90a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic/app.py
Expand Up @@ -97,7 +97,7 @@
from sanic_ext import Extend # type: ignore
from sanic_ext.extensions.base import Extension # type: ignore
except ImportError:
Extend = TypeVar("Extend") # type: ignore
Extend = TypeVar("Extend", Type) # type: ignore


if OS_IS_WINDOWS: # no cov
Expand Down

0 comments on commit 2f90a85

Please sign in to comment.