Skip to content

Commit

Permalink
add missing import for dynamic_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Jan 31, 2025
1 parent 0238bb7 commit 8028e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ephios/plugins/federation/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from rest_framework.permissions import AllowAny

from ephios.api.filters import EventFilterSet
from ephios.core.dynamic import dynamic_settings
from ephios.core.models import Event, Qualification
from ephios.plugins.federation.models import FederatedGuest, FederatedUser
from ephios.plugins.federation.serializers import (
Expand Down

0 comments on commit 8028e9b

Please sign in to comment.