We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9e17b commit 877fe73Copy full SHA for 877fe73
libs/labelbox/src/labelbox/schema/export_task.py
@@ -2,7 +2,7 @@
2
import os
3
import tempfile
4
from abc import ABC, abstractmethod
5
-from pydantic.dataclasses import dataclass
+from dataclasses import dataclass
6
from enum import Enum
7
from functools import lru_cache
8
from typing import (
0 commit comments