Skip to content

Commit e99e817

Browse files
committed
refactor: Remove unused evaluator imports
1 parent 914f8f4 commit e99e817

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

ldclient/impl/async_evaluator.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@
77
EvalResult,
88
EvaluationException,
99
_bucket_context,
10-
_bucketable_string_value,
1110
_context_key_is_in_target_list,
1211
_get_context_value_by_attr_ref,
1312
_get_off_value,
1413
_get_value_for_variation_or_rollout,
15-
_get_variation,
1614
_make_big_segment_ref,
1715
_match_clause_by_kind,
1816
_match_single_context_value,
1917
_maybe_negate,
20-
_variation_index_for_context,
21-
check_targets,
22-
error_reason
18+
check_targets
2319
)
2420
from ldclient.impl.events.types import EventFactory
2521
from ldclient.impl.model import *

ldclient/impl/evaluator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
EvalResult,
88
EvaluationException,
99
_bucket_context,
10-
_bucketable_string_value,
1110
_context_key_is_in_target_list,
1211
_get_context_value_by_attr_ref,
1312
_get_off_value,
1413
_get_value_for_variation_or_rollout,
15-
_get_variation,
1614
_make_big_segment_ref,
1715
_match_clause_by_kind,
1816
_match_single_context_value,

0 commit comments

Comments
 (0)