mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Linting changes
This commit is contained in:
parent
14355327b2
commit
2faad04e9e
2 changed files with 15 additions and 18 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue