update lint rules

This commit is contained in:
Vladimir Mandic
2023-06-27 09:35:46 -04:00
parent 5757cd8fe4
commit f7ff5bcf3c
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -434,7 +434,6 @@ class Api:
for k, v in req.items():
shared.opts.set(k, v)
shared.opts.save(shared.config_filename)
return
def get_cmd_flags(self):
return vars(shared.cmd_opts)