mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
rf(tiled_object): remove Mapping import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
from typing import Callable, Dict, List, Mapping, Optional, Union
|
||||
from typing import Callable, Dict, List, Optional, Union
|
||||
|
||||
import attr
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
Reference in New Issue
Block a user