Make linter happy

This commit is contained in:
Alexandre Aubin 2024-01-31 03:17:21 +01:00
parent ec8594a325
commit b427783721
2 changed files with 2 additions and 1 deletions

View file

@ -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.