Skip to content

Commit cf2d874

Browse files
Update __init__.py
1 parent 4b2bbdd commit cf2d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def new(self) -> bool:
8181
return self._new
8282

8383
@property
84-
def identity(self) -> Optional[Any]: # type: ignore[misc]
84+
def identity(self) -> Optional[Any]:
8585
return self._identity
8686

8787
@property

0 commit comments

Comments
 (0)