Skip to content

Commit

Permalink
Lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjvogelsong committed Nov 8, 2023
1 parent 9481e4e commit d37b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def submit_image_query( # noqa: PLR0913 # pylint: disable=too-many-arguments, t

return self._fixup_image_query(image_query)

def ask_confident(
def ask_confident( # noqa: PLR0913 # pylint: disable=too-many-arguments
self,
detector: Union[Detector, str],
image: Union[str, bytes, Image.Image, BytesIO, BufferedReader, np.ndarray],
Expand Down

0 comments on commit d37b6fd

Please sign in to comment.