Skip to content

Commit

Permalink
remove extra return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JYOTHINARAYANSETTY committed Jan 17, 2024
1 parent 1a7562a commit 218f012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_hubspot_pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def streams_to_test(self):
})
return streams_to_test

return self.streams_to_test()

def get_properties(self):
return {
'start_date' : datetime.strftime(datetime.today()-timedelta(days=7), self.START_DATE_FORMAT)
Expand Down

0 comments on commit 218f012

Please sign in to comment.