Skip to content

Commit d1f4ad0

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
9696
- name: Run Tests with Rust
9797
env:
98-
FLAGSMITH_USE_RUST: "1"
98+
FLAGSMITH_USE_RUST: '1'
9999
run: pytest -p no:warnings

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]:

0 commit comments

Comments
 (0)