Skip to content

Commit

Permalink
Update import statement for global_settings module
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 committed Dec 11, 2023
1 parent e21540d commit e4db59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/management/commands/check_defaulters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.core.management.base import BaseCommand
from ...models import NightPass
from ....global_settings import Settings as settings
from ....global_settings.models import Settings as settings
from datetime import date, timedelta, datetime, time
from django.utils import timezone

Expand Down

0 comments on commit e4db59d

Please sign in to comment.