Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
JrtPec committed Dec 5, 2023
1 parent 580d20c commit a056692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openenergyid/mvlr/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Models for multivariable linear regression."""
from pydantic import BaseModel
from typing import Optional

from pydantic import BaseModel
import statsmodels.formula.api as fm

from openenergyid.enums import Granularity
Expand Down

0 comments on commit a056692

Please sign in to comment.