Skip to content

Commit 01ca3f4

Browse files
MattWoodheadzariiii9003
authored andcommitted
Format code with black
1 parent 5e1aac3 commit 01ca3f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

can/interfaces/ixxat/canlib_vcinpl.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -984,12 +984,12 @@ def _detect_available_configs() -> List[AutoDetectedConfig]:
984984
else:
985985
_canlib.canChannelClose(channel_handle)
986986
config_list.append(
987-
{
988-
"interface": "ixxat",
989-
"channel": channel,
990-
"unique_hardware_id": hwid,
991-
}
992-
)
987+
{
988+
"interface": "ixxat",
989+
"channel": channel,
990+
"unique_hardware_id": hwid,
991+
}
992+
)
993993
_canlib.vciDeviceClose(device_handle2)
994994
_canlib.vciEnumDeviceClose(device_handle)
995995
except AttributeError:

0 commit comments

Comments
 (0)