Skip to content

Commit

Permalink
Merge pull request #75 from ar4s/fix/ruff-error
Browse files Browse the repository at this point in the history
chore: remove unused import
  • Loading branch information
nfoert authored Oct 5, 2024
2 parents f147b3d + d0d81e1 commit 1647663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardie/main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.utils import timezone
from django.views.decorators.csrf import csrf_exempt
from main.icons import icons
from main.models import Card, Server, TempCard
from main.models import Card, TempCard


def index(request):
Expand Down

0 comments on commit 1647663

Please sign in to comment.