Remove unnecesary return

This commit is contained in:
Bruno Seoane 2022-11-05 19:09:13 -03:00
parent 3c72055c22
commit 7f63980e47

@ -223,8 +223,6 @@ class Api:
def skip(self):
shared.state.skip()
return
def get_config(self):
options = {}
for key in shared.opts.data.keys():