pep8: Fix E303 too many blank lines

This commit is contained in:
Laurent Bachelier 2014-10-11 02:15:28 +02:00
commit f4c17cdc9d
42 changed files with 0 additions and 59 deletions

View file

@ -30,7 +30,6 @@ from urllib import quote_plus
__all__ = ['GithubBrowser']
class GithubBrowser(Browser):
PROTOCOL = 'https'
DOMAIN = 'api.github.com'