Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 6, 2023
1 parent c232f08 commit 87e35f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_client_cache/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def connection(self):

async def __aenter__(self) -> 'CachedResponse':
return self

@property
def closed(self) -> bool:
return True
Expand Down

0 comments on commit 87e35f0

Please sign in to comment.