We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df78086 commit c7533d4Copy full SHA for c7533d4
apyauth/oauth20/refresh.py
@@ -2,7 +2,7 @@
2
import requests
3
import json
4
import os
5
-import apyauth.oauth20.oauthEndpoints.oauthEndpoints
+import apyauth.oauth20.oauthEndpoints
6
7
class refreshTkn(apyauth.oauth20.oauthEndpoints.defEndpoints):
8
"""
0 commit comments