Commit 7f63980e authored by Bruno Seoane's avatar Bruno Seoane

Remove unnecesary return

parent 3c72055c
...@@ -223,8 +223,6 @@ class Api: ...@@ -223,8 +223,6 @@ class Api:
def skip(self): def skip(self):
shared.state.skip() shared.state.skip()
return
def get_config(self): def get_config(self):
options = {} options = {}
for key in shared.opts.data.keys(): for key in shared.opts.data.keys():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment