From 0b1348dc1b16bdad18d3fb84668f860276102240 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Wed, 19 Aug 2020 23:04:10 -0400 Subject: [PATCH] chore(common_types): Fixed unused import --- pytiled_parser/common_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytiled_parser/common_types.py b/pytiled_parser/common_types.py index 41c03f3..924685b 100644 --- a/pytiled_parser/common_types.py +++ b/pytiled_parser/common_types.py @@ -2,7 +2,7 @@ # pylint: disable=too-few-public-methods -from typing import NamedTuple, Union +from typing import NamedTuple import attr