mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
pep8
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ class ParseException(Exception):
|
||||
|
||||
|
||||
class Token(object):
|
||||
def __init__(self, type: TOKEN_TYPE, name: str = '', value: bool = False):
|
||||
def __init__(self, type, name='', value=False):
|
||||
self.type = type
|
||||
self.name = name
|
||||
self.value = value
|
||||
|
||||
Reference in New Issue
Block a user