Skip to content

Commit

Permalink
Pre-commit run all
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 25, 2023
1 parent 7549643 commit 66b05a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_backend_pyomo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
from copy import deepcopy
from itertools import product

import calliope.exceptions as exceptions
import numpy as np
import pandas as pd
import pyomo.kernel as pmo
import pytest # noqa: F401
import xarray as xr

import calliope.exceptions as exceptions
from calliope.backend.pyomo_backend_model import PyomoBackendModel
from calliope.core.attrdict import AttrDict

Expand Down

0 comments on commit 66b05a0

Please sign in to comment.