Skip to content

Commit 597095c

Browse files
committed
removed model_config since not needed anymore
1 parent 6a1429d commit 597095c

File tree

1 file changed

+0
-2
lines changed
  • libs/labelbox/src/labelbox/schema

1 file changed

+0
-2
lines changed

libs/labelbox/src/labelbox/schema/slice.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from pydantic import ConfigDict
21
from pydantic.dataclasses import dataclass
32
from typing import Optional, Tuple, Union
43
import warnings
@@ -37,7 +36,6 @@ class Slice(DbObject):
3736
class DataRowIdAndGlobalKey:
3837
id: UniqueId
3938
global_key: Optional[GlobalKey]
40-
model_config = ConfigDict(arbitrary_types_allowed=True)
4139

4240
def __init__(self, id: str, global_key: Optional[str]):
4341
self.id = UniqueId(id)

0 commit comments

Comments
 (0)