From d06f3bbbb6d9190a91ab29ee6d0b72ce056f20dd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Jun 2020 20:52:42 +0200 Subject: [PATCH] Fix type annotation --- lihzahrd/world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lihzahrd/world.py b/lihzahrd/world.py index e9a878c..d98c83e 100644 --- a/lihzahrd/world.py +++ b/lihzahrd/world.py @@ -64,7 +64,7 @@ class World: halloween_today: bool, xmas_today: bool, treetop_variants: TreetopVariants, - saved_ore_tiers: SavedNPCs, + saved_ore_tiers: SavedOreTiers, unknown_file_format_data: bytes = b"", unknown_world_header_data: bytes = b"", unknown_world_tiles_data: bytes = b"",