Skip to content

Commit

Permalink
Coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 10, 2024
1 parent ec94b6e commit 048f8e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gotenberg_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from gotenberg_client._client import GotenbergClient
from gotenberg_client._errors import BaseClientError
from gotenberg_client._errors import CannotExtractHereError
from gotenberg_client._errors import InvalidKeywordError
from gotenberg_client._errors import InvalidPdfRevisionError
from gotenberg_client._errors import MaxRetriesExceededError
from gotenberg_client.responses import SingleFileResponse
from gotenberg_client.responses import ZipFileResponse
Expand All @@ -12,6 +14,8 @@
"BaseClientError",
"CannotExtractHereError",
"GotenbergClient",
"InvalidKeywordError",
"InvalidPdfRevisionError",
"MaxRetriesExceededError",
"SingleFileResponse",
"ZipFileResponse",
Expand Down

0 comments on commit 048f8e3

Please sign in to comment.