Skip to content
GitLab
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
f5d8a983
Commit
f5d8a983
authored
Feb 04, 2022
by
Philipp Sommer
Browse files
minor fixes for type checking and setup.cfg
parent
cb76b4ad
Pipeline
#38148
failed with stage
in 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deprogressapi/base.py
View file @
f5d8a983
...
...
@@ -72,6 +72,8 @@ class BaseReport(BaseModel):
repr
=
False
,
)
__root__
:
BaseReport
def
__init__
(
self
,
*
args
,
...
...
deprogressapi/py.typed
0 → 100644
View file @
f5d8a983
setup.cfg
View file @
f5d8a983
...
...
@@ -53,13 +53,8 @@ dev =
mypy
[options.package_data]
de
messaging
=
de
progressapi
=
py.typed
templates/*.py.jinja2
[options.entry_points]
console_scripts =
de-backend = demessaging.__main__:_main
[mypy]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment