Skip to content

Commit

Permalink
format: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Sep 24, 2024
1 parent b797ab5 commit 70c33d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lootscraper/scraper/scraper_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pathlib import Path
from typing import TYPE_CHECKING

from playwright.async_api import BrowserContext, Error, Locator, Mouse, Page
from playwright.async_api import BrowserContext, Error, Locator, Page

from lootscraper.browser import get_new_page
from lootscraper.common import Category, OfferDuration, OfferType, Source
Expand Down

0 comments on commit 70c33d6

Please sign in to comment.