Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Prozorro metrics
Commits
30f5281c
Commit
30f5281c
authored
Apr 28, 2020
by
Andrey Veltischev
Browse files
Fix codestyle
parent
21f2b978
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/prozorro_sale/metrics/__init__.py
View file @
30f5281c
...
...
@@ -48,7 +48,7 @@ class CoroutineWrapper:
self
.
task
=
None
def
initialize
(
self
):
LOG
.
info
(
f
'Initialize coroutine'
)
LOG
.
info
(
'Initialize coroutine'
)
self
.
task
=
self
.
loop
.
create_task
(
self
.
coro
)
def
shutdown
(
self
):
...
...
Write
Preview
Supports
Markdown
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