Skip to content

Commit

Permalink
fix: _api_types.Error -> _errors.Error
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Nov 25, 2023
1 parent be610ec commit f0dd04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepl/deepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from urllib.parse import quote

from install_playwright import install
from playwright._impl._api_types import Error as PlaywrightError
from playwright._impl._errors import Error as PlaywrightError
from playwright.async_api import async_playwright

if TYPE_CHECKING:
Expand Down

0 comments on commit f0dd04b

Please sign in to comment.