Skip to content

Commit 0b1da36

Browse files
committed
STY: black formatting
1 parent 7f51060 commit 0b1da36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bluesky_httpserver/tests/test_authenticators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import pytest
44

5+
# fmt: off
56
from ..authenticators import LDAPAuthenticator
67

78

8-
# fmt: off
99
@pytest.mark.parametrize("ldap_server_address, ldap_server_port", [
1010
("localhost", 1389),
1111
("localhost:1389", 904), # Random port, ignored

0 commit comments

Comments
 (0)