Compare commits

..

No commits in common. "5e1be236ee6074c730df2579023f7c7d182293f5" and "6ea1827b99fbb250aa9680c575094a9533d8eff0" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -22,4 +22,3 @@ from .meas_io import load_records as load_records
from .find import find_project as find_project
from .find import find_record as find_record
from .find import list_projects as list_projects
from .tools import *

View file

@ -72,7 +72,6 @@ def _create_config(path: str, tracker: str, cached: bool) -> ConfigParser:
'archive_path': 'archive',
'toml_imports_path': 'toml_imports',
'import_scripts_path': 'import_scripts',
'cache_path': '.cache',
}
return config