Skip to content

Commit ddf3305

Browse files
author
Kelsey Morris
committed
Fix import statement.
1 parent 341c116 commit ddf3305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boxsdk/auth/jwt_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from cryptography.hazmat.primitives import serialization
1111
import jwt
1212

13-
from boxsdk.util.compat import total_seconds
1413
from .oauth2 import OAuth2
14+
from ..util.compat import total_seconds
1515

1616

1717
class JWTAuth(OAuth2):

0 commit comments

Comments
 (0)