We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4059 commit 344bad3Copy full SHA for 344bad3
styleguide_example/blog_examples/google_login_server_flow/raw/service.py
@@ -4,7 +4,7 @@
4
5
import jwt
6
import requests
7
-from attr import define
+from attrs import define
8
from django.conf import settings
9
from django.core.exceptions import ImproperlyConfigured
10
from django.urls import reverse_lazy
styleguide_example/blog_examples/google_login_server_flow/sdk/services.py
@@ -3,7 +3,7 @@
3
import google_auth_oauthlib.flow
from django.core.exceptions import ImproperlyConfigured, ValidationError
0 commit comments