Skip to content

Commit

Permalink
Ignored type hint requirement for this old library.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFinkle committed Jul 5, 2024
1 parent 889a060 commit f9e4ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules-engine/src/rules_engine/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from datetime import datetime, timedelta
from enum import StrEnum

from greenbutton_objects import parse
from greenbutton_objects import parse # type: ignore

from .pydantic_models import (
ElectricBillingInput,
Expand Down

0 comments on commit f9e4ed3

Please sign in to comment.