Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NACSOS Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MCC APSIS
NACSOS
NACSOS Core
Commits
3d23f183
Commit
3d23f183
authored
1 year ago
by
Tim Repke
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
59df3414
No related branches found
No related tags found
1 merge request
!60
Master
Pipeline
#2095
failed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
server/api/routes/annotations.py
+1
-1
1 addition, 1 deletion
server/api/routes/annotations.py
server/api/routes/evaluation.py
+1
-3
1 addition, 3 deletions
server/api/routes/evaluation.py
with
2 additions
and
4 deletions
server/api/routes/annotations.py
+
1
−
1
View file @
3d23f183
...
...
@@ -61,8 +61,8 @@ from nacsos_data.db.crud.annotations import (
read_resolved_bot_annotation_meta
,
read_resolved_bot_annotations_for_meta
)
from
nacsos_data.util.annotations
import
AnnotationFilterObject
from
nacsos_data.util.annotations.resolve
import
(
AnnotationFilterObject
,
get_resolved_item_annotations
,
read_annotation_scheme
)
...
...
This diff is collapsed.
Click to expand it.
server/api/routes/evaluation.py
+
1
−
3
View file @
3d23f183
import
uuid
from
typing
import
TYPE_CHECKING
from
fastapi
import
APIRouter
,
BackgroundTasks
,
Depends
from
nacsos_data.db.crud
import
upsert_orm
...
...
@@ -19,8 +18,7 @@ from server.api.errors import DataNotFoundWarning
from
server.util.logging
import
get_logger
from
server.util.security
import
UserPermissionChecker
if
TYPE_CHECKING
:
from
sqlalchemy.ext.asyncio
import
AsyncSession
# noqa F401
from
sqlalchemy.ext.asyncio
import
AsyncSession
logger
=
get_logger
(
'
nacsos.api.route.eval
'
)
logger
.
debug
(
'
Setup nacsos.api.route.eval router
'
)
...
...
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