Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andybharness committed Apr 22, 2024
1 parent 0edbc21 commit 77930ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/test_clause.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from featureflags.evaluations.clause import Clause
from featureflags.openapi.config.models.clause import Clause
from featureflags.evaluations.constants import (CONTAINS_OPERATOR,
ENDS_WITH_OPERATOR,
EQUAL_OPERATOR,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from featureflags.evaluations.auth_target import Target
from featureflags.evaluations.constants import (EQUAL_OPERATOR,
STARTS_WITH_OPERATOR)
from featureflags.evaluations.enum import FeatureState
from featureflags.openapi.config.models import FeatureState
from featureflags.evaluations.evaluator import Evaluator
from featureflags.lru_cache import LRUCache
from featureflags.openapi.config.models.clause import Clause
Expand Down

0 comments on commit 77930ba

Please sign in to comment.