Skip to content

Commit

Permalink
Fix assert in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Dec 28, 2024
1 parent bf3fc1b commit 98a0e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions g4f/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ class MissingAuthError(Exception):
class NoImageResponseError(Exception):
...

class RateLimitError(Exception):
...

class ResponseError(Exception):
...

class ResponseStatusError(Exception):
...

class RateLimitError(ResponseStatusError):
...

class NoValidHarFileError(Exception):
...

0 comments on commit 98a0e59

Please sign in to comment.