Skip to content

Commit 2cfb763

Browse files
committed
Resolving conflicts
2 parents e406cdc + c95d17a commit 2cfb763

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

optimizely/project_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def get_audience(self, audience_id):
220220
"""
221221

222222
audience = self.audience_id_map.get(audience_id)
223-
224223
if audience:
225224
return audience
226225

tests/test_bucketing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016, Optimizely
1+
# Copyright 2016-2017, Optimizely
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)