We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2bbdd commit cf2d874Copy full SHA for cf2d874
aiohttp_session/__init__.py
@@ -81,7 +81,7 @@ def new(self) -> bool:
81
return self._new
82
83
@property
84
- def identity(self) -> Optional[Any]: # type: ignore[misc]
+ def identity(self) -> Optional[Any]:
85
return self._identity
86
87
0 commit comments