Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digitalearth
DASF Data Analytics Software Framework
dasf-progress-api
Commits
1e25af1f
Unverified
Commit
1e25af1f
authored
Dec 05, 2021
by
Philipp Sommer
Browse files
remove debug statement
parent
948a3112
Pipeline
#35670
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deprogressapi/base.py
View file @
1e25af1f
...
...
@@ -105,9 +105,6 @@ class BaseReport(BaseModel):
"""
combined_type
:
Any
=
cls
combined_type
=
cls
.
_combine_subclasses
(
combined_type
)
print
(
"*"
*
100
)
print
(
combined_type
)
print
(
"+"
*
100
)
Model
:
Type
[
BaseModel
]
=
create_model
(
"Report"
,
__root__
=
(
combined_type
,
Field
(
description
=
"Report type"
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment