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 ed7ef1f commit 33bb025Copy full SHA for 33bb025
examples/django/slackapp/models.py
@@ -79,6 +79,7 @@ class SlackOAuthState(models.Model):
79
from uuid import uuid4
80
from django.db.models import F
81
from django.utils import timezone
82
+from django.utils.timezone import is_naive, make_aware
83
from slack_sdk.oauth import InstallationStore, OAuthStateStore
84
from slack_sdk.oauth.installation_store import Bot, Installation
85
from slack_sdk.webhook import WebhookClient
0 commit comments