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
eb4a11e9
Commit
eb4a11e9
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: import was in wrong file
parent
b3bd8cec
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!71
REL: RElease v0.2.0
,
!66
MAINT: correct type hints
Pipeline
#30440
passed
2 years 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/crawl.py
+1
-0
1 addition, 0 deletions
src/caoscrawler/crawl.py
src/caoscrawler/identifiable_adapters.py
+0
-1
0 additions, 1 deletion
src/caoscrawler/identifiable_adapters.py
with
1 addition
and
1 deletion
src/caoscrawler/crawl.py
+
1
−
0
View file @
eb4a11e9
...
@@ -28,6 +28,7 @@ Crawl a file structure using a yaml cfood definition and synchronize
...
@@ -28,6 +28,7 @@ Crawl a file structure using a yaml cfood definition and synchronize
the acuired data with CaosDB.
the acuired data with CaosDB.
"""
"""
from
__future__
import
annotations
import
importlib
import
importlib
from
caosadvancedtools.cache
import
UpdateCache
,
Cache
from
caosadvancedtools.cache
import
UpdateCache
,
Cache
import
uuid
import
uuid
...
...
This diff is collapsed.
Click to expand it.
src/caoscrawler/identifiable_adapters.py
+
0
−
1
View file @
eb4a11e9
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
# ** end header
# ** end header
#
#
from
__future__
import
annotations
import
yaml
import
yaml
from
datetime
import
datetime
from
datetime
import
datetime
...
...
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