Skip to content

Commit d4d6d71

Browse files
author
Alexey Tsitkin
committed
fix incorrect settings import
1 parent 44badb1 commit d4d6d71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eb_sqs/management/commands/healthcheck.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
import logging
44
from datetime import timedelta
5-
from django.conf import settings
5+
66
from django.core.management import BaseCommand
77
from django.utils import timezone
88
from django.utils.dateparse import parse_datetime
99

10+
from eb_sqs import settings
11+
1012
logger = logging.getLogger(__name__)
1113

1214

0 commit comments

Comments
 (0)