Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lpmn_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
lpmn_client
Merge requests
!20
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Develop
develop
into
master
Overview
7
Commits
4
Pipelines
2
Changes
6
6 open threads
Hide all comments
Merged
Develop
Szymon Ciombor
requested to merge
develop
into
master
Feb 7, 2022
Overview
7
Commits
4
Pipelines
2
Changes
6
6 open threads
Hide all comments
Resolves
#18 (closed)
#19 (closed)
#20 (closed)
0
0
Merge request reports
Compare
master
version 1
4c4d6ab0
Feb 7, 2022
master (base)
and
latest version
latest version
67f8351d
4 commits,
Feb 8, 2022
version 1
4c4d6ab0
3 commits,
Feb 7, 2022
6 files
+
74
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
lpmn_client/__init__.py
+
3
−
1
View file @ 67f8351d
Edit in single-file editor
Open in Web IDE
Show full file
from
.config
import
Config
from
.file_handler
import
(
upload_file
,
download_file
download_file
,
download_file_as_dict
)
from
.task
import
Task
@@ -11,4 +12,5 @@ __all__ = [
"
Task
"
,
"
upload_file
"
,
"
download_file
"
,
"
download_file_as_dict
"
]
Loading