Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord committed Jul 5, 2024
1 parent d833ea7 commit 6af7321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tti_eval/dataset/types/encord_ds.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import json
import multiprocessing
import os
from collections.abc import Callable
from concurrent.futures import ThreadPoolExecutor
from dataclasses import dataclass
from functools import partial
from pathlib import Path
from typing import Any, Callable
from typing import Any

from encord import EncordUserClient, Project
from encord.common.constants import DATETIME_STRING_FORMAT
Expand Down

0 comments on commit 6af7321

Please sign in to comment.