Skip to content

Commit 7519812

Browse files
committed
fix: use typing exts deprecated, not warnings
1 parent 83c9baf commit 7519812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratchattach/editor/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import warnings
66
from io import BytesIO, TextIOWrapper
77
from typing import Optional, Iterable, Generator, BinaryIO
8-
from warnings import deprecated
8+
from typing_extensions import deprecated
99
from zipfile import ZipFile
1010

1111
from . import base, meta, extension, monitor, sprite, asset, vlb, twconfig, comment, commons

0 commit comments

Comments
 (0)