linting
This commit is contained in:
@@ -5,8 +5,8 @@ from dataclasses import dataclass
|
||||
class Rule1:
|
||||
state: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class Rule2:
|
||||
value: int
|
||||
other: str = "default" # test changing this
|
||||
|
||||
other: str = 'default' # test changing this
|
||||
|
||||
Reference in New Issue
Block a user