Skip to content

Commit

Permalink
fix(fetcher): Add mypy ignore due to missing stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Oct 12, 2023
1 parent a89888f commit 003cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duties/fetcher/data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import Enum
from typing import List

from dataclass_wizard import JSONWizard
from dataclass_wizard import JSONWizard # type: ignore[import]


class DutyType(Enum):
Expand Down

0 comments on commit 003cff3

Please sign in to comment.