Skip to content

Commit

Permalink
Update condition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uzair-folio3 committed Sep 17, 2020
1 parent ad17c02 commit 93cbb2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimizely/helpers/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def compare_user_version_with_target_version(self, target_version, user_version)
is_pre_release_in_target_version = self.is_pre_release_version(target_version)
is_pre_release_in_user_version = self.is_pre_release_version(user_version)
is_build_in_target_version = self.is_build_version(target_version)
is_build_in_user_version = self.is_build_version(user_version)

target_version_parts = self.split_version(target_version)
if target_version_parts is None:
Expand Down

0 comments on commit 93cbb2a

Please sign in to comment.