Skip to content

Commit

Permalink
Fix Pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad committed May 11, 2023
1 parent b89e797 commit 0ac3fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def infer(self, image, threshold):
"type": "rectangle",
})

return results
return results
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ def infer(self, image, threshold):
"type": "rectangle",
})

return results
return results

0 comments on commit 0ac3fa6

Please sign in to comment.