mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make linter happy
This commit is contained in:
parent
ec8594a325
commit
b427783721
2 changed files with 2 additions and 1 deletions
|
@ -606,6 +606,7 @@ def tools_shell(command=None):
|
||||||
shell = code.InteractiveConsole(vars)
|
shell = code.InteractiveConsole(vars)
|
||||||
shell.interact()
|
shell.interact()
|
||||||
|
|
||||||
|
|
||||||
def tools_basic_space_cleanup():
|
def tools_basic_space_cleanup():
|
||||||
"""
|
"""
|
||||||
Basic space cleanup.
|
Basic space cleanup.
|
||||||
|
|
Loading…
Add table
Reference in a new issue