Skip to content

Commit a28c3b3

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 2af9ed2 commit a28c3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/decoders/test_composite_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
def find_available_port() -> int:
2727
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
28-
s.bind(('localhost', 0))
28+
s.bind(("localhost", 0))
2929
return s.getsockname()[1] # type: ignore # this should return a int
3030

3131

0 commit comments

Comments
 (0)