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

Remove unnecesary return

parent 3c72055c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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():