Skip to content

Commit d347c8f

Browse files
committed
refact: remove unused constant
1 parent cafbec5 commit d347c8f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/api/constants.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ def to_string(convention: 'CONVENTION'):
233233
return convention.value
234234

235235

236-
# ----------------------------------------------------------------------
237-
# Identifier Class (variable, function, label, array)
238-
# ----------------------------------------------------------------------
239-
ID_CLASSES = CLASS.classes
240-
241236
# ----------------------------------------------------------------------
242237
# Deprecated suffixes for variable names, such as "a$"
243238
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)