Skip to content

Commit 02f630c

Browse files
committed
remove unused imports
1 parent 934b77f commit 02f630c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ibllib/oneibl/data_handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22
import pandas as pd
3-
import numpy as np
43
from pathlib import Path
54
import shutil
65
import os
@@ -11,7 +10,6 @@
1110
from one.webclient import AlyxClient
1211
from one.util import filter_datasets
1312
from one.alf.files import add_uuid_string, session_path_parts
14-
from iblutil.io.parquet import np2str
1513
from ibllib.oneibl.registration import register_dataset, get_lab, get_local_data_repository
1614
from ibllib.oneibl.patcher import FTPPatcher, SDSCPatcher, SDSC_ROOT_PATH, SDSC_PATCH_PATH
1715

0 commit comments

Comments
 (0)