chore(common_types): Fixed unused import

This commit is contained in:
Darren Eberly
2020-08-19 23:04:10 -04:00
parent 53d7cca47e
commit 0b1348dc1b

View File

@@ -2,7 +2,7 @@
# pylint: disable=too-few-public-methods
from typing import NamedTuple, Union
from typing import NamedTuple
import attr