Skip to content

Commit 877fe73

Browse files
committed
revert export changes
1 parent cd9e17b commit 877fe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/export_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import tempfile
44
from abc import ABC, abstractmethod
5-
from pydantic.dataclasses import dataclass
5+
from dataclasses import dataclass
66
from enum import Enum
77
from functools import lru_cache
88
from typing import (

0 commit comments

Comments
 (0)