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
8c58a0cd
Commit
8c58a0cd
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: remove unnecessary import
parent
857055c0
No related branches found
No related tags found
1 merge request
!160
STY: styling
Pipeline
#38183
passed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/caoscrawler/debug_tree.py
+0
-2
0 additions, 2 deletions
src/caoscrawler/debug_tree.py
src/caoscrawler/identifiable_adapters.py
+7
-5
7 additions, 5 deletions
src/caoscrawler/identifiable_adapters.py
with
7 additions
and
7 deletions
src/caoscrawler/debug_tree.py
+
0
−
2
View file @
8c58a0cd
...
...
@@ -60,8 +60,6 @@ from .stores import Store, GeneralStore, RecordStore
from
.structure_elements
import
StructureElement
,
Directory
,
NoneElement
from
.version
import
check_cfood_version
from
caosdb.high_level_api
import
convert_to_python_object
class
DebugTree
(
object
):
...
...
This diff is collapsed.
Click to expand it.
src/caoscrawler/identifiable_adapters.py
+
7
−
5
View file @
8c58a0cd
...
...
@@ -24,15 +24,17 @@
#
from
__future__
import
annotations
import
yaml
import
logging
from
abc
import
ABCMeta
,
abstractmethod
from
datetime
import
datetime
from
caosdb.cached
import
cached_get_entity_by
from
typing
import
Any
from
.identifiable
import
Identifiable
import
caosdb
as
db
import
logging
from
abc
import
abstractmethod
,
ABCMeta
import
yaml
from
caosdb.cached
import
cached_get_entity_by
from
.identifiable
import
Identifiable
from
.utils
import
has_parent
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