Skip to content

Commit 42a23f6

Browse files
author
box-sdk-build
committed
Auto resolve conflict by keeping our changes
2 parents c6e9037 + 355ad8f commit 42a23f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from enum import Enum
2+
3+
from box_sdk_gen.box.errors import BoxSDKError
4+
5+
6+
class CollaborationRestrictionV2025R0(str, Enum):
7+
INTERNAL = 'internal'
8+
EXTERNAL = 'external'

0 commit comments

Comments
 (0)