Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleap-optimizely committed Jan 18, 2024
1 parent eba6bcc commit ffa0b0c
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit ffa0b0c

Please sign in to comment.