Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Jan 29, 2021
1 parent d355150 commit 675408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from optimizely import optimizely_config
from optimizely import project_config
from optimizely import version
from optimizely.decision.decide_option import DecideOption
from optimizely.decision.optimizely_decide_option import OptimizelyDecideOption as DecideOption
from optimizely.event.event_factory import EventFactory
from optimizely.helpers import enums
from . import base
Expand Down

0 comments on commit 675408a

Please sign in to comment.