ignore typing issues and removed unnessesary imports
This commit is contained in:
parent
46fc3dd48c
commit
8529bd2878
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue