Skip to content

Commit ddcdbe7

Browse files
committed
Add __all__ for lock types
1 parent 3946514 commit ddcdbe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linode_api4/objects/lock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from linode_api4.objects.base import Base, Property
44
from linode_api4.objects.serializable import JSONObject, StrEnum
55

6+
__all__ = ["LockType", "LockEntity", "Lock"]
7+
68

79
class LockType(StrEnum):
810
"""

0 commit comments

Comments
 (0)