Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add __init__ otherwise it's not workiing[EOM] #415

Closed
wants to merge 1 commit into from

Conversation

treeguard
Copy link

  • tests passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

@davidastephens
Copy link
Member

Thanks. What fails without this? The issue might be the URL needs updating (done in #404 )

@@ -29,6 +29,13 @@ class GoogleDailyReader(_DailyBaseReader):
requests.sessions.Session instance to be used
"""

def __init__(self, symbols=None, start=None, end=None, retry_count=3,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary. But if it were, the arguments should have the same order.

@bashtage
Copy link
Contributor

Closing since unlcear why this would be needed.

@bashtage bashtage closed this Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants