mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-30 16:18:52 +01:00
chore(common_types): Fixed unused import
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
from typing import NamedTuple, Union
|
||||
from typing import NamedTuple
|
||||
|
||||
import attr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user