Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent 261b810 commit ff19d3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S1/waitinglists/views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import os
from datetime import datetime
from pathlib import Path
import datetime

import requests
from cachetools import cached, TTLCache
from django.contrib.auth.decorators import login_required, user_passes_test
from django.forms import modelformset_factory
from django.http import HttpResponse, HttpResponseRedirect
Expand Down

0 comments on commit ff19d3e

Please sign in to comment.