Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Dec 2, 2024
1 parent 861ecb1 commit 4161cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecologits/impacts/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from pydantic import BaseModel

from ecologits.exceptions import ModelingError
from ecologits.warnings_and_errors import BaseError, BaseWarning
from ecologits.utils.range_value import ValueOrRange
from ecologits.warnings_and_errors import BaseError, BaseWarning

Impact = TypeVar("Impact", bound="BaseImpact")

Expand Down
2 changes: 1 addition & 1 deletion ecologits/model_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from pydantic import BaseModel

from ecologits.warnings_and_errors import BaseWarning
from ecologits.utils.range_value import ValueOrRange
from ecologits.warnings_and_errors import BaseWarning


class Providers(Enum):
Expand Down
2 changes: 1 addition & 1 deletion ecologits/tracers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from ecologits.impacts.llm import compute_llm_impacts
from ecologits.impacts.modeling import Impacts
from ecologits.log import logger
from ecologits.warnings_and_errors import ModelNotRegisteredError, ZoneDoesNotExistError
from ecologits.model_repository import ParametersMoE, models
from ecologits.warnings_and_errors import ModelNotRegisteredError, ZoneDoesNotExistError


def _avg(value_range: tuple) -> float:
Expand Down

0 comments on commit 4161cb2

Please sign in to comment.