Commit 6aa6f092 authored by PanZezhong's avatar PanZezhong
Browse files

fix: 删掉python enum多余逗号

parent 5336978c
......@@ -3,8 +3,8 @@ class InfiniDeviceEnum:
NVIDIA = 1
CAMBRICON = 2
ASCEND = 3
METAX = 4,
MOORE = 5,
ILUVATAR = 6,
KUNLUN = 7,
SUGON = 8,
METAX = 4
MOORE = 5
ILUVATAR = 6
KUNLUN = 7
SUGON = 8
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment