Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Aug 15, 2018
1 parent 0bf0b2d commit 8856ebe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import jwt
import pytest
from aiohttp import web

from aiohttp_jwt import JWTMiddleware


Expand Down
1 change: 0 additions & 1 deletion tests/test_middleware.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import jwt
import pytest
from aiohttp import web

from aiohttp_jwt import JWTMiddleware


Expand Down
1 change: 0 additions & 1 deletion tests/test_permissions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import jwt
import pytest
from aiohttp import web

from aiohttp_jwt import check_permissions, login_required, match_any


Expand Down

0 comments on commit 8856ebe

Please sign in to comment.