Skip to content

Commit 4307e4f

Browse files
baldwiccsdebruyn
authored andcommitted
Lint: fix E262 violations
1 parent 160d669 commit 4307e4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/unit/adapters/sqlserver/test_sql_server_connection_manager.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@ def test_bool_to_connection_string_arg(key: str, value: bool, expected: str) ->
8686
bytes(
8787
[
8888
0xE6,
89-
0x07, # 2022 year unsigned short
89+
0x07, # 2022 year unsigned short
9090
0x0C,
91-
0x00, # 12 month unsigned short
91+
0x00, # 12 month unsigned short
9292
0x11,
93-
0x00, # 17 day unsigned short
93+
0x00, # 17 day unsigned short
9494
0x11,
95-
0x00, # 17 hour unsigned short
95+
0x00, # 17 hour unsigned short
9696
0x34,
97-
0x00, # 52 minute unsigned short
97+
0x00, # 52 minute unsigned short
9898
0x12,
99-
0x00, # 18 second unsigned short
99+
0x00, # 18 second unsigned short
100100
0xBC,
101101
0xCC,
102102
0x5B,
103-
0x07, # 123456700 10⁻⁷ second unsigned long
103+
0x07, # 123456700 10⁻⁷ second unsigned long
104104
0xFE,
105105
0xFF, # -2 offset hour signed short
106106
0xE2,

0 commit comments

Comments
 (0)