refactor: use import that PyCharm understands

This commit is contained in:
moanos [he/him] 2024-06-08 11:44:21 +02:00
parent a1b287641d
commit 52335d0eb3

View File

@ -10,7 +10,7 @@ from django.db.models.signals import post_save
from django.contrib.auth.models import Group from django.contrib.auth.models import Group
from django.contrib.auth.models import AbstractUser from django.contrib.auth.models import AbstractUser
from fellchensammlung.tools import misc, geo from .tools import misc, geo
from notfellchen.settings import MEDIA_URL from notfellchen.settings import MEDIA_URL