Skip to content

Commit cdcdccd

Browse files
committed
🚨 fix: replace 'typing_extensions' with 'typing' for TypeAlias import
1 parent 4078508 commit cdcdccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codespan_reporting/_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing_extensions import TypeAlias
1+
from typing import TypeAlias
22

33
# config.rs
44
class Config:

0 commit comments

Comments
 (0)