Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jun 30, 2023
1 parent cb8500a commit 20e971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/component_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ComponentTest(AbcTest):
"SmartNIC_ConnectX_6": ComponentModelType.SmartNIC_ConnectX_6,
"SmartNIC_ConnectX_5": ComponentModelType.SmartNIC_ConnectX_5,
"NVME_P4510": ComponentModelType.NVME_P4510,
"FPGA_Xilinx_U280": ComponentModelType.FPGA_Xilinx_U280
"FPGA_Xilinx_U280": ComponentModelType.FPGA_Xilinx_U280,
}

def __init__(self):
Expand Down

0 comments on commit 20e971d

Please sign in to comment.