Skip to content

Commit

Permalink
add sonar quality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Oct 16, 2024
1 parent 4682f94 commit 3276212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metis-image-enhancer-python-rest/src/main/mie.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def parameters(argv):
params = dict()

try:
opts, args = getopt.getopt(argv[1:], "hio:v", ["help", "input=", "output="])
opts, _ = getopt.getopt(argv[1:], "hio:v", ["help", "input=", "output="])
except:
print(arg_help)
sys.exit(2)
Expand Down

0 comments on commit 3276212

Please sign in to comment.