mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 22:18:25 +02:00
Linting
This commit is contained in:
parent
bcf5c6bc5b
commit
d0d40baff5
3 changed files with 1 additions and 11 deletions
|
@ -1,13 +1,8 @@
|
||||||
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
|
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
|
||||||
import glob
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
|
|
||||||
from django.core.management import BaseCommand
|
from django.core.management import BaseCommand
|
||||||
|
|
||||||
from registrar.management.commands.utility.terminal_helper import TerminalHelper
|
|
||||||
from registrar.utility import csv_export
|
from registrar.utility import csv_export
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
|
"""Generates current-full.csv and current-federal.csv then uploads them to the desired URL."""
|
||||||
import glob
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
|
|
||||||
from django.core.management import BaseCommand
|
from django.core.management import BaseCommand
|
||||||
|
|
||||||
from registrar.management.commands.utility.terminal_helper import TerminalHelper
|
|
||||||
from registrar.utility import csv_export
|
from registrar.utility import csv_export
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ class TestURLAuth(TestCase):
|
||||||
"/openid/callback/logout/",
|
"/openid/callback/logout/",
|
||||||
"/api/v1/available/whitehouse.gov",
|
"/api/v1/available/whitehouse.gov",
|
||||||
"/api/v1/get-report/current-federal",
|
"/api/v1/get-report/current-federal",
|
||||||
"/api/v1/get-report/current-full"
|
"/api/v1/get-report/current-full",
|
||||||
]
|
]
|
||||||
|
|
||||||
def assertURLIsProtectedByAuth(self, url):
|
def assertURLIsProtectedByAuth(self, url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue