Skip to content

Commit

Permalink
Merge pull request #4 from AdamFinkle/add_greenbutton
Browse files Browse the repository at this point in the history
Ignored type hint requirement for this old library.
  • Loading branch information
AdamFinkle authored Jul 5, 2024
2 parents 3a53b41 + f9e4ed3 commit e500732
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 e500732

Please sign in to comment.