Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent 0be34ad commit 28f6241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ def __init__(
self._connector = connector
self._loop = loop
if loop.get_debug():
self._source_traceback: Optional[traceback.StackSummary] = (
traceback.extract_stack(sys._getframe(1))
)
self._source_traceback: Optional[
traceback.StackSummary
] = traceback.extract_stack(sys._getframe(1))
else:
self._source_traceback = None

Expand Down

0 comments on commit 28f6241

Please sign in to comment.