Skip to content

Commit 8963efd

Browse files
chore(pre-commit.ci): auto fixes
1 parent 9b6d36c commit 8963efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiohappyeyeballs/impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def _connect_sock(
151151
msg = (
152152
f"error while attempting to bind on "
153153
f"address {laddr!r}: "
154-
f"{(exc.strerror or "").lower()}"
154+
f"{(exc.strerror or '').lower()}"
155155
)
156156
exc = OSError(exc.errno, msg)
157157
my_exceptions.append(exc)

0 commit comments

Comments
 (0)