Skip to content

Commit 3d07510

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ 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
5858

5959
- name: Run Benchmarks
6060
uses: CodSpeedHQ/action@v3
6161
with:
6262
token: ${{ secrets.CODSPEED_TOKEN }}
6363
run: pytest --codspeed --no-cov
64-

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)