From 8529bd287897fd61dd6fa9b66e534ee050767482 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sat, 19 Feb 2022 21:56:50 +0100 Subject: [PATCH] ignore typing issues and removed unnessesary imports --- construct_typed/dataclasses_py310.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/construct_typed/dataclasses_py310.py b/construct_typed/dataclasses_py310.py index 0a8c4d6..a2f76d0 100644 --- a/construct_typed/dataclasses_py310.py +++ b/construct_typed/dataclasses_py310.py @@ -1,3 +1,4 @@ +# type: ignore import re import sys import copy @@ -6,7 +7,6 @@ import inspect import keyword import builtins import functools -import abc import _thread from types import FunctionType from dataclasses import (