Skip to content
Snippets Groups Projects
Commit 9f34c4dc authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: cleanup of imports

parent e72336a7
Branches
Tags
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!200Zipfile converter
Pipeline #57694 passed
......@@ -27,22 +27,16 @@ import importlib
import os
from pathlib import Path
import jsonschema
import linkahead as db
import pytest
import rocrate
import yaml
from linkahead.high_level_api import convert_to_python_object
from lxml.etree import fromstring
from rocrate.model.entity import Entity
from rocrate.rocrate import ROCrate
from caoscrawler import scanner
from caoscrawler.converters import ELNFileConverter, ROCrateEntityConverter
from caoscrawler.scanner import load_definition
from caoscrawler.stores import GeneralStore
from caoscrawler.structure_elements import (DictElement, File, ROCrateEntity,
TextElement)
from rocrate.model.entity import Entity
UNITTESTDIR = Path(__file__).parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment