8000 fix: Formatting · DEVBOX10/sentry-python@dd0efc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd0efc0

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent 40ab716 commit dd0efc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry_sdk/integrations/aiohttp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ def setup_once():
6565
try:
6666
version = tuple(map(int, AIOHTTP_VERSION.split(".")[:2]))
6767
except (TypeError, ValueError):
68-
raise DidNotEnable(
69-
"AIOHTTP version unparsable: {}".format(AIOHTTP_VERSION)
70-
)
68+
raise DidNotEnable("AIOHTTP version unparsable: {}".format(AIOHTTP_VERSION))
7169

7270
if version < (3, 4):
7371
raise DidNotEnable("AIOHTTP 3.4 or newer required.")

0 commit comments

Comments
 (0)
0