Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed Sep 28, 2024
1 parent 6199cb5 commit 90ed20c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/members/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from audioop import reverse

from django import forms
from django.contrib import admin, messages
from django.contrib.admin.options import IS_POPUP_VAR, csrf_protect_m
from django.contrib.admin.utils import unquote
Expand All @@ -16,7 +13,7 @@
from django.db import router, transaction
from django.http import Http404, HttpResponseRedirect
from django.template.response import TemplateResponse
from django.urls import path
from django.urls import path, reverse
from django.utils.html import escape

from members.models import LocalGroup, User
Expand Down

0 comments on commit 90ed20c

Please sign in to comment.