Skip to content

Commit 452b1db

Browse files
committed
🚨 fix: fix lint error
1 parent 8b01da0 commit 452b1db

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

‎Cargo.lock‎

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/codespan_reporting/_core.pyi‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from typing_extensions import TypeAlias
2+
13
# config.rs
24
class Config:
35
def __init__(self) -> None: ...
@@ -20,7 +22,7 @@ class LabelStyle:
2022
Secondary: LabelStyle
2123
SecondaryUnderline: LabelStyle
2224

23-
type FileId = int
25+
FileId: TypeAlias = int
2426

2527
class Label:
2628
def __init__(

0 commit comments

Comments
 (0)