Skip to content

Commit

Permalink
Refactor: Remove unused import in locations/views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Oct 4, 2024
1 parent cf2857b commit 9a1585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locations/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.shortcuts import render, get_object_or_404
from django.shortcuts import render
from .models import Itinerary

# import date
Expand Down

0 comments on commit 9a1585a

Please sign in to comment.