Skip to content

Commit

Permalink
Set TYPE_REG and TYPE_DIR constants to ... in pyi stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Mar 22, 2024
1 parent df6530e commit 6ae0611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/littlefs/lfs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class LFSStat(NamedTuple):
name: str

# Constants
TYPE_REG: int
TYPE_DIR: int
TYPE_REG: int = ...
TYPE_DIR: int = ...

class LFSFSStat(NamedTuple):
"""Littlefs filesystem status."""
Expand Down

0 comments on commit 6ae0611

Please sign in to comment.