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 d65ece7 commit 4b7e7bdCopy full SHA for 4b7e7bd
src/datajoint/external.py
@@ -5,15 +5,14 @@
5
6
from tqdm import tqdm
7
8
-from . import errors
9
from .declare import EXTERNAL_TABLE_ROOT
10
from .errors import DataJointError, MissingExternalFile
11
from .hash import uuid_from_buffer, uuid_from_file
12
from .heading import Heading
13
from .settings import config
14
from .storage import StorageBackend
15
from .table import FreeTable, Table
16
-from .utils import safe_copy, safe_write
+from .utils import safe_write
17
18
logger = logging.getLogger(__name__.split(".")[0])
19
src/datajoint/storage.py
@@ -6,7 +6,6 @@
"""
import logging
-from io import BytesIO
from pathlib import Path, PurePosixPath
from typing import Any
0 commit comments