Skip to content

Commit adb80ea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 50f130a commit adb80ea

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
5454
- name: Run Tests with Rust
5555
env:
56-
FLAGSMITH_USE_RUST: "1"
56+
FLAGSMITH_USE_RUST: '1'
5757
run: pytest -p no:warnings
58-

flag_engine/segments/evaluator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def get_evaluation_result(
6666
"""
6767
return get_evaluation_result_rust(context) # type: ignore[no-any-return]
6868

69+
6970
def _get_evaluation_result_python(
7071
context: EvaluationContext[SegmentMetadataT, FeatureMetadataT],
7172
) -> EvaluationResult[SegmentMetadataT, FeatureMetadataT]:

tests/engine_tests/test_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ def test_engine(
7575

7676
# Then - compare without metadata (for Rust experiment)
7777
assert _remove_metadata(result) == _remove_metadata(expected_result)
78-

0 commit comments

Comments
 (0)