Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
production
building-knowledge-centre
building-dao
Commits
ee39518f
Commit
ee39518f
authored
Sep 25, 2019
by
Marc-Andre Santune
Browse files
import retry params in _iinit__
parent
a05337dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
building_dao/__init__.py
building_dao/__init__.py
+6
-1
No files found.
building_dao/__init__.py
View file @
ee39518f
from
.building_generic
import
BuildingGeneric
,
VersionConflictError
from
.building_generic
import
(
BuildingGeneric
,
VersionConflictError
,
MAX_RETRIES
,
WAIT_BETWEEN_RETRIES_IN_MS
,
)
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