Skip to content

Commit

Permalink
import from dataclasses (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Oct 16, 2022
1 parent 4326635 commit 6093969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe_scrapers/nihhealthyeating.py
@@ -1,6 +1,7 @@
# mypy: disallow_untyped_defs=False
from dataclasses import dataclass
from typing import List, Optional
from attr import dataclass

from ._abstract import AbstractScraper
from ._exceptions import ElementNotFoundInHtml
from ._utils import get_minutes, get_yields, normalize_string
Expand Down

0 comments on commit 6093969

Please sign in to comment.