Skip to content

Commit

Permalink
task: Relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoungbyun committed Jul 6, 2021
1 parent 7486720 commit 7cdc579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bhjwt/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from bhjwt.exceptions import TokenIsNotJWT, FailedToDecodeJwt
from bhjwt.assertions import AssertJwt
from .exceptions import TokenIsNotJWT, FailedToDecodeJwt
from .assertions import AssertJwt
import jwt


Expand Down

0 comments on commit 7cdc579

Please sign in to comment.