Skip to content

Commit

Permalink
fix: Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 31, 2023
1 parent 8c71000 commit a15ece8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ class Outer:
def __setstate__(self, state: int) -> None: ...
def __str__(self) -> str: ...
@property
def name(self) -> str:
"""
name(self: handle) -> str
"""
def name(self) -> str: ...
@property
def value(self) -> int: ...
value: Outer.Inner.NestedEnum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ class ConsoleForegroundColor:
def __setstate__(self, state: int) -> None: ...
def __str__(self) -> str: ...
@property
def name(self) -> str:
"""
name(self: handle) -> str
"""
def name(self) -> str: ...
@property
def value(self) -> int: ...

Expand Down

0 comments on commit a15ece8

Please sign in to comment.