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

Handle blocklists without a type set #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colintheshots
Copy link

No description provided.

@groovecoder
Copy link
Contributor

flake8 didn't like this ...

./bin/flake8 shavar
shavar/sources.py:35:9: F901 'raise NotImplemented' should be 'raise NotImplementedError'
shavar/sources.py:112:17: W504 line break after binary operator
shavar/sources.py:183:17: W504 line break after binary operator
shavar/parse.py:111:13: W504 line break after binary operator
shavar/views/__init__.py:63:21: W504 line break after binary operator

@colintheshots
Copy link
Author

colintheshots commented Jan 18, 2019

Feel free to fix this a better way as I didn't know Python at all until I worked on the blocklist parser. I didn't change sources.py, so I'm not sure why it's complaining about that.

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.

2 participants