Skip to content

Commit

Permalink
removed model_config since not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire committed Nov 17, 2024
1 parent 6a1429d commit 597095c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/labelbox/src/labelbox/schema/slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from pydantic import ConfigDict
from pydantic.dataclasses import dataclass
from typing import Optional, Tuple, Union
import warnings
Expand Down Expand Up @@ -37,7 +36,6 @@ class Slice(DbObject):
class DataRowIdAndGlobalKey:
id: UniqueId
global_key: Optional[GlobalKey]
model_config = ConfigDict(arbitrary_types_allowed=True)

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

0 comments on commit 597095c

Please sign in to comment.