Remove extra import

This commit is contained in:
Adriane Boyd 2023-03-27 09:29:08 +02:00 committed by GitHub
parent 664cbe2867
commit cbf2e9196f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from typing import Any, Dict, Iterable, Optional, Union, overload
from typing import Any, Dict, Iterable, Optional, overload
from .doc import Doc
from .span import Span