Skip to content

Commit dccbb22

Browse files
Florian GeerdtsFlorian Geerdts
authored andcommitted
Run black formatting
1 parent 0610f28 commit dccbb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_kvaser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def test_bus_no_init_access(self):
285285
for call in canlib.canOpenChannel.call_args_list:
286286
self.assertEqual(
287287
call[0][1] & constants.canOPEN_NO_INIT_ACCESS,
288-
constants.canOPEN_NO_INIT_ACCESS
288+
constants.canOPEN_NO_INIT_ACCESS,
289289
)
290290

291291
bus.shutdown()

0 commit comments

Comments
 (0)