Skip to content

Commit 7f63980

Browse files
committed
Remove unnecesary return
1 parent 3c72055 commit 7f63980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/api/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ def interruptapi(self):
223223
def skip(self):
224224
shared.state.skip()
225225

226-
return
227-
228226
def get_config(self):
229227
options = {}
230228
for key in shared.opts.data.keys():

0 commit comments

Comments
 (0)