Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
19119beb
Commit
19119beb
authored
2 years ago
by
Alexander Schlemmer
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: removed unused imports
parent
f11501ce
No related branches found
No related tags found
1 merge request
!123
REL: Release v0.6.0
Pipeline
#37558
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/caoscrawler/scanner.py
+3
-19
3 additions, 19 deletions
src/caoscrawler/scanner.py
with
3 additions
and
19 deletions
src/caoscrawler/scanner.py
+
3
−
19
View file @
19119beb
...
@@ -32,39 +32,23 @@ This is just the functionality that extracts data from the file system.
...
@@ -32,39 +32,23 @@ This is just the functionality that extracts data from the file system.
from
__future__
import
annotations
from
__future__
import
annotations
import
argparse
import
importlib
import
importlib
import
logging
import
logging
import
os
import
os
import
sys
import
warnings
import
warnings
import
yaml
import
yaml
from
argparse
import
RawTextHelpFormatter
from
collections
import
defaultdict
from
copy
import
deepcopy
from
enum
import
Enum
from
importlib_resources
import
files
from
importlib_resources
import
files
from
jsonschema
import
validate
from
jsonschema
import
validate
from
typing
import
Any
,
Optional
,
Type
,
Union
from
typing
import
Any
,
Optional
,
Type
,
Union
import
caosdb
as
db
import
caosdb
as
db
from
.converters
import
Converter
from
caosadvancedtools.cache
import
UpdateCache
,
Cache
from
.stores
import
GeneralStore
,
RecordStore
from
caosadvancedtools.crawler
import
Crawler
as
OldCrawler
from
.structure_elements
import
StructureElement
,
Directory
from
caosdb.apiutils
import
(
compare_entities
,
EntityMergeConflictError
,
merge_entities
)
from
caosdb.common.datatype
import
is_reference
from
.converters
import
Converter
,
DirectoryConverter
,
ConverterValidationError
from
.macros
import
defmacro_constructor
,
macro_constructor
from
.stores
import
Store
,
GeneralStore
,
RecordStore
from
.structure_elements
import
StructureElement
,
Directory
,
NoneElement
from
.version
import
check_cfood_version
from
.version
import
check_cfood_version
from
caosdb.high_level_api
import
convert_to_python_object
from
.debug_tree
import
DebugTree
from
.debug_tree
import
DebugTree
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment