Please linter, less problems more solutions

This commit is contained in:
J-Doiron
2025-02-17 15:41:19 -08:00
parent e12d9143f9
commit e631df1f41
4 changed files with 10 additions and 10 deletions

View File

@@ -90,4 +90,4 @@ def get_args() -> any:
"--kerasHost", dest="keras_host", help="Host for Keras OCR service", required=True)
parser.add_argument(
"--kerasPort", dest="keras_port", help="Port for Keras OCR service", required=True)
return parser.parse_args()
return parser.parse_args()