Skip to content

Commit

Permalink
fix(PyAPI): 🎨 fix bug for wrong base for Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
asdawej committed Mar 4, 2024
1 parent 023a140 commit 0ac1283
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CAPI/python/PyAPI/constants.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
from ast import Constant
from asyncio import constants



class Constants(NoInstance):
class Constants:
frameDuration = 50
numofGridPerCell = 1000
rows = 50
Expand Down

0 comments on commit 0ac1283

Please sign in to comment.