We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9baf commit 7519812Copy full SHA for 7519812
scratchattach/editor/project.py
@@ -5,7 +5,7 @@
5
import warnings
6
from io import BytesIO, TextIOWrapper
7
from typing import Optional, Iterable, Generator, BinaryIO
8
-from warnings import deprecated
+from typing_extensions import deprecated
9
from zipfile import ZipFile
10
11
from . import base, meta, extension, monitor, sprite, asset, vlb, twconfig, comment, commons
0 commit comments