Skip to content

Commit

Permalink
[FIX] Import from app_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Sep 21, 2023
1 parent c924cb8 commit 4a6086d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Pylint issues
- Import from `app_utils`

### Changed

Expand Down
2 changes: 1 addition & 1 deletion afat/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from django.utils.translation import gettext_lazy as _

# Alliance Auth (External Libs)
from app_utils.django import clean_setting
from app_utils.app_settings import clean_setting

# Set default expiry time in minutes
AFAT_DEFAULT_FATLINK_EXPIRY_TIME = clean_setting(
Expand Down

0 comments on commit 4a6086d

Please sign in to comment.