Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Friend committed Oct 14, 2014
1 parent 8581d4c commit 2076338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flask_gcm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PlainTextMessage,
Result,
)
from gcmclient.gcm import GCM_URL
from gcmclient.gcm import GCM_URL # NOQA


# Version info
Expand Down
1 change: 0 additions & 1 deletion flask_gcm/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import pytest
from flask import Flask
from gcmclient.gcm import GCM_URL


@pytest.fixture
Expand Down

0 comments on commit 2076338

Please sign in to comment.