Skip to content

Commit c7533d4

Browse files
authored
Update refresh.py
1 parent df78086 commit c7533d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apyauth/oauth20/refresh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import requests
33
import json
44
import os
5-
import apyauth.oauth20.oauthEndpoints.oauthEndpoints
5+
import apyauth.oauth20.oauthEndpoints
66

77
class refreshTkn(apyauth.oauth20.oauthEndpoints.defEndpoints):
88
"""

0 commit comments

Comments
 (0)