Update _types.py

pull/1/head
penn5 2022-08-09 21:14:07 +01:00 committed by GitHub
parent 7d4ad92325
commit eae4806549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -25,12 +25,8 @@ from .inline.types import ( # skipcq: PY-W2000
)
from . import validators # skipcq: PY-W2000
from .pointers import ( # skipcq: PY-W2000
PointerBool,
PointerInt,
PointerStr,
PointerList,
PointerDict,
PointerTuple,
)
logger = logging.getLogger(__name__)