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
itminedu
synnefo
Commits
ebf585d5
Commit
ebf585d5
authored
Oct 03, 2013
by
Giorgos Korfiatis
Committed by
Christos Stavrakakis
Nov 15, 2013
Browse files
cyclades: Change function params indentation
parent
9101782e
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/quotas/__init__.py
View file @
ebf585d5
...
...
@@ -63,12 +63,11 @@ class Quotaholder(object):
@
classmethod
def
get
(
cls
):
if
cls
.
_object
is
None
:
cls
.
_object
=
AstakosClient
(
ASTAKOS_TOKEN
,
ASTAKOS_AUTH_URL
,
use_pool
=
True
,
retry
=
3
,
logger
=
log
)
cls
.
_object
=
AstakosClient
(
ASTAKOS_TOKEN
,
ASTAKOS_AUTH_URL
,
use_pool
=
True
,
retry
=
3
,
logger
=
log
)
return
cls
.
_object
...
...
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