mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-24 21:57:02 +00:00
reorganize imports with ruff
This commit is contained in:
@@ -34,8 +34,8 @@ class SithConfig(AppConfig):
|
||||
verbose_name = "Core app of the Sith"
|
||||
|
||||
def ready(self):
|
||||
import core.signals # noqa F401
|
||||
from forum.models import Forum
|
||||
import core.signals
|
||||
|
||||
cache.clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user