Skip to content

Commit 0bf7222

Browse files
committed
chore: remove unused
1 parent a006e1e commit 0bf7222

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/libecalc/presentation/yaml/yaml_types/streams/yaml_inlet_stream.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from libecalc.presentation.yaml.yaml_types.process.yaml_fluid_definitions import YamlFluidDefinition
1010
from libecalc.presentation.yaml.yaml_types.process.yaml_process_references import DefinitionReference, InstanceReference
1111

12-
FluidModelReference = str
13-
1412

1513
class YamlStreamRateUnit(enum.StrEnum):
1614
SM3_PER_DAY = "SM3_PER_DAY"

src/libecalc/testing/process_builders.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
from typing import Self
22

33
from libecalc.common.utils.rates import RateType
4-
from libecalc.presentation.yaml.yaml_types.models import YamlFluidModel
5-
from libecalc.presentation.yaml.yaml_types.models.yaml_enums import YamlModelType
64
from libecalc.presentation.yaml.yaml_types.models.yaml_fluid import (
75
YamlEosModel,
86
YamlPredefinedFluidType,
97
YamlFluidModelType,
10-
YamlPredefinedFluidModel,
118
)
129
from libecalc.presentation.yaml.yaml_types.process.yaml_fluid_definitions import (
1310
YamlFluidDefinition,
@@ -278,7 +275,7 @@ def with_test_data(self) -> Self:
278275

279276

280277
# ---------------------------------------------------------------------------
281-
# Fluid model builders
278+
# Fluid definition builders
282279
# ---------------------------------------------------------------------------
283280

284281

0 commit comments

Comments
 (0)