aboutsummaryrefslogtreecommitdiff
path: root/google/oauth2/_reauth_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/oauth2/_reauth_async.py')
-rw-r--r--google/oauth2/_reauth_async.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/google/oauth2/_reauth_async.py b/google/oauth2/_reauth_async.py
index f74f50b..0276ddd 100644
--- a/google/oauth2/_reauth_async.py
+++ b/google/oauth2/_reauth_async.py
@@ -34,6 +34,8 @@ Those steps are:
import sys
+from six.moves import range
+
from google.auth import exceptions
from google.oauth2 import _client
from google.oauth2 import _client_async