Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shared-libs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Pi-Lab
shared-libs
Commits
9c3eab2f
Commit
9c3eab2f
authored
6 months ago
by
Alfred Ashur Oshana
Browse files
Options
Downloads
Patches
Plain Diff
small fix
parent
2873dd68
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pilab/events/meta.py
+3
-3
3 additions, 3 deletions
pilab/events/meta.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
pilab/events/meta.py
+
3
−
3
View file @
9c3eab2f
...
@@ -118,9 +118,9 @@ class ImageBinding(BaseModel):
...
@@ -118,9 +118,9 @@ class ImageBinding(BaseModel):
"""
"""
representation of Image Binding object
representation of Image Binding object
"""
"""
i
mage
_id
:
int
p
i_id
:
int
user_data_id
:
int
image_id
:
Optional
[
int
]
pi_id
:
str
user_data_id
:
Optional
[
int
]
class
Script
(
BaseModel
):
class
Script
(
BaseModel
):
id
:
int
id
:
int
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9c3eab2f
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
'
pilab
'
,
name
=
'
pilab
'
,
version
=
'
5.1.
3
'
,
version
=
'
5.1.
4
'
,
description
=
'
Shared-Libs for the pi-lab microservices
'
,
description
=
'
Shared-Libs for the pi-lab microservices
'
,
url
=
'
https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab
'
,
url
=
'
https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab
'
,
author
=
'
Max Reinheimer
'
,
author
=
'
Max Reinheimer
'
,
...
...
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