Skip to content

Commit

Permalink
added remove_cache_table_files function
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 8, 2024
1 parent 903d8a0 commit a233b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions one/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
import one.alf.exceptions as alferr
from .alf.cache import (
make_parquet_db, patch_cache, remove_cache_table_files,
EMPTY_DATASETS_FRAME, EMPTY_SESSIONS_FRAME
)
EMPTY_DATASETS_FRAME, EMPTY_SESSIONS_FRAME)
from .alf.spec import is_uuid_string, QC, to_alf
from . import __version__
from one.converters import ConversionMixin, session_record2path, ses2records, datasets2records
Expand Down

0 comments on commit a233b4b

Please sign in to comment.