Skip to content

Commit f2c51a5

Browse files
authored
add warnings import
1 parent e1d6db6 commit f2c51a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scratchattach/editor/monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import annotations
22

3+
import warnings
34
from typing import Optional, TYPE_CHECKING
45

56
from typing_extensions import deprecated

0 commit comments

Comments
 (0)