Noita: Do some cleanup to make mypy happy (#3114)
This commit is contained in:
@@ -12,7 +12,7 @@ class NoitaLocation(Location):
|
||||
class LocationData(NamedTuple):
|
||||
id: int
|
||||
flag: int = 0
|
||||
ltype: Optional[str] = "shop"
|
||||
ltype: str = "shop"
|
||||
|
||||
|
||||
class LocationFlag(IntEnum):
|
||||
|
||||
Reference in New Issue
Block a user