Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Dec 12, 2023
1 parent d780a78 commit a1225c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/etcetra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from . import client as _client
from . import client_v2 as _client_v2
from . import types as _types

__all__ = (
Expand Down
1 change: 1 addition & 0 deletions src/etcetra/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class EtcdLockOption:
timeout: Optional[float]
ttl: Optional[int]


@dataclass
class EtcdLockOptionV2:
lock_name: bytes
Expand Down

0 comments on commit a1225c2

Please sign in to comment.