Skip to content

Commit

Permalink
Templates: re-enable mypy import type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 7, 2022
1 parent 2be283f commit 76d9e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/scraper.py
@@ -1,6 +1,6 @@
# mypy: allow-untyped-defs

from ._abstract import AbstractScraper # type: ignore [import]
from ._abstract import AbstractScraper


class Template(AbstractScraper):
Expand Down
2 changes: 1 addition & 1 deletion templates/test_scraper.py
@@ -1,6 +1,6 @@
# mypy: allow-untyped-defs

from recipe_scrapers.template import Template # type: ignore [import]
from recipe_scrapers.template import Template
from tests import ScraperTest


Expand Down

0 comments on commit 76d9e59

Please sign in to comment.