Skip to content

Commit 8d54e28

Browse files
committed
Fix a missing import
1 parent 1d39e10 commit 8d54e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightspark/objects/AuditLogActor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from lightspark.utils.enums import parse_enum_list
1010

1111
from .Entity import Entity
12+
from .Permission import Permission
1213

1314

1415
@dataclass

0 commit comments

Comments
 (0)