Skip to content

Commit 62c59bb

Browse files
committed
Remove object subclassing
1 parent b6695b7 commit 62c59bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zxbpp/prepro/macrocall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from api.debug import __DEBUG__
88

99

10-
class MacroCall(object):
10+
class MacroCall:
1111
""" A call to a macro, stored in an object.
1212
Every time the macro() is called, the macro returns
1313
it value.

0 commit comments

Comments
 (0)