pep8 fixes
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
def get():
|
||||
return {
|
||||
'isinstalled': True,
|
||||
'version': '@VERSION@',
|
||||
'isinstalled': True,
|
||||
'version': '@VERSION@',
|
||||
}
|
||||
|
||||
@@ -4,6 +4,5 @@
|
||||
def get():
|
||||
return {
|
||||
'isinstalled': False,
|
||||
'version': '@VERSION@',
|
||||
'version': '@VERSION@',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user