Skip to content
Prev Previous commit
Next Next commit
flake8
  • Loading branch information
andrewleap-optimizely committed Jan 18, 2024
commit ffa0b0ca00b16fe2aeea61e5ab9c449bd6815d61
3 changes: 1 addition & 2 deletions optimizely/odp/odp_segment_api_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ def fetch_segments(self, api_key: str, api_host: str, user_key: str,
'{audiences(subset: $audiences) {edges {node {name state}}}}}',
'variables': {
'userId': str(user_value),
'audiences': segments_to_check
}
'audiences': segments_to_check}
}

try:
Expand Down