Skip to content

Commit 0ac1283

Browse files
committed
fix(PyAPI): 🎨 fix bug for wrong base for Constants
1 parent 023a140 commit 0ac1283

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CAPI/python/PyAPI/constants.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
from ast import Constant
2-
from asyncio import constants
3-
4-
5-
6-
class Constants(NoInstance):
1+
class Constants:
72
frameDuration = 50
83
numofGridPerCell = 1000
94
rows = 50

0 commit comments

Comments
 (0)