Skip to content

Commit

Permalink
rm waste comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Kozlov committed Jul 1, 2018
1 parent 7f1730d commit bed8a9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyswrve/export_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def get_user_cohorts(self, cohort_type='retention', as_datetime=False,
and values are dicts with cohort info
"""

# datetime.strptime(date_part, fmt)
url = urljoin(self._api_url, 'cohorts/daily')
data = self.send_api_request(url, cohort_type=cohort_type,
segment=segment)
Expand Down

0 comments on commit bed8a9a

Please sign in to comment.