formatted for linter

This commit is contained in:
David Kennedy 2024-06-18 08:21:18 -04:00
parent 9c88539613
commit 29fa4b26ae
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -56,7 +56,6 @@ class Command(BaseCommand):
os.remove(f"tmp/{file_path}")
logger.info(f"Removed {file_path}")
def export_table(self, table_name):
"""Export a given table to csv files in the tmp directory"""
resourcename = f"{table_name}Resource"