Skip to content

Commit a0554dd

Browse files
authored
Fix linter report
1 parent fc70a41 commit a0554dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsupport/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import contextlib
2+
import os
23
import socket
34
import socketserver
45
import threading
5-
import os
66

77
import pytest
88

0 commit comments

Comments
 (0)