Linting changes

This commit is contained in:
zandercymatics 2023-11-28 11:43:06 -07:00
parent 14355327b2
commit 2faad04e9e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 15 additions and 18 deletions

View file

@ -94,8 +94,6 @@ def available(request, domain=""):
@require_http_methods(["GET"])
@login_not_required
def get_current_full(request, file_path="migrationdata/current-full.csv"):
# Open the CSV file
file_path = "migrationdata/current-full.csv"
return serve_file(file_path)