Skip to content
Snippets Groups Projects
Commit 6887f1d9 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: Sort imports

parent 2731154c
Branches
Tags
2 merge requests!162DOC WIP: Tutorial: Single structured file,!161F pylint
......@@ -24,24 +24,22 @@
"""
an integration test module that runs a test against a (close to) real world example
"""
from caosdb.utils.register_tests import clear_database, set_test_key
import logging
import json
import logging
import os
import pytest
import sys
import caosdb as db
from caosdb.cached import cache_clear
import linkahead as db
from linkahead.cached import cache_clear
from linkahead.utils.register_tests import clear_database, set_test_key
from caosadvancedtools.loadFiles import loadpath
from caosadvancedtools.models.parser import parse_model_from_json_schema, parse_model_from_yaml
from caoscrawler.crawl import Crawler, crawler_main
from caoscrawler.identifiable_adapters import CaosDBIdentifiableAdapter
from caoscrawler.structure_elements import Directory
import pytest
from caosadvancedtools.models.parser import parse_model_from_json_schema, parse_model_from_yaml
from caosadvancedtools.loadFiles import loadpath
from caoscrawler.scanner import load_definition, scan_structure_elements, create_converter_registry
import sys
from caoscrawler.structure_elements import Directory
set_test_key("10b128cf8a1372f30aa3697466bb55e76974e0c16a599bb44ace88f19c8f61e2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment