Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#927 Redis clustering, fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 25, 2023
1 parent 28ded2f commit a07ae87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/common/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import json

import boto3
import redis
import requests
from botocore.client import Config
from botocore.exceptions import NoCredentialsError, ClientError
Expand All @@ -17,7 +16,6 @@
from rest_framework.authtoken.models import Token

from core.common.backends import OCLOIDCAuthenticationBackend
from core.settings import REDIS_HOST, REDIS_PORT, REDIS_DB


class S3:
Expand Down

0 comments on commit a07ae87

Please sign in to comment.