TNO Intern

Commit 9b98434b authored by Florian Knappers's avatar Florian Knappers
Browse files

run ruff

parent 835de8be
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ from dataclasses import dataclass
from typing import NamedTuple

from pythermogis.utils.timer import print_time
from pythermogis.workflow.utc.constants import DARCY_SI
from pythermogis.workflow.utc.cooling_temp import calculate_cooling_temperature
from pythermogis.workflow.utc.doublet_utils import (
    calc_lifetime,
@@ -11,7 +12,6 @@ from pythermogis.workflow.utc.doublet_utils import (
from pythermogis.workflow.utc.pressure import calculate_max_pressure, optimize_pressure
from pythermogis.workflow.utc.utc_properties import UTCConfiguration
from pythermogis.workflow.utc.well_distance import optimize_well_distance
from pythermogis.workflow.utc.constants import DARCY_SI

EUR_PER_CT_PER_KWH = 0.36
NPV_SCALE = 1e-6
+1 −1

File changed.

Contains only whitespace changes.