Noita: Do some cleanup to make mypy happy (#3114)

This commit is contained in:
Scipio Wright
2024-04-13 19:21:20 -04:00
committed by GitHub
parent 56ec0e902d
commit feaae1db12
4 changed files with 5 additions and 5 deletions

View File

@@ -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):