Skip to content

Commit fb360cb

Browse files
committed
fixed bad conflict resolutions
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent 9914e7a commit fb360cb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* You can now pass a logger to all `Tracing` methods and `TestNetworkBuilder.build` to enable debug logging for the traces it runs. The debug logging will
2828
include the results of all queue and stop condition checks, and each item that is stepped on.
2929

30-
3130
### Enhancements
3231
* Tracing models with `Cut` and `Clamp` are now supported via the new tracing API.
3332
* Added support to `TestNetworkBuilder` for:
@@ -42,7 +41,6 @@
4241
a follow-up trace from a detected stop point.
4342
* `Traversal.is_stopping`/`Traversal.is_not_stopping` now accept `StepAction` and any child classes, including those subclassing `StepActionWithContextValue`
4443

45-
4644
### Fixes
4745
* When finding `LvFeeders` in the `Site` we will now exclude `LvFeeders` that start with an open `Switch`
4846
* `AssignToFeeder` and `AssignToLvFeeder` will no longer trace from start terminals that belong to open switches

src/zepben/evolve/services/network/tracing/networktrace/network_trace_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from dataclasses import dataclass, field
88
from enum import Enum
9-
from typing import Set, Generic, TypeVar, TYPE_CHECKING, Optional, List, FrozenSet
9+
from typing import Set, Generic, TypeVar, TYPE_CHECKING, Optional, FrozenSet
1010

1111
from zepben.evolve.services.network.tracing.connectivity.nominal_phase_path import NominalPhasePath
1212

0 commit comments

Comments
 (0)