From dcbe41f10791a4fa16cee00db11f647a31108bda Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:33:14 -0600 Subject: [PATCH] Fix linter issue --- src/registrar/management/commands/cat_files_into_getgov.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/management/commands/cat_files_into_getgov.py b/src/registrar/management/commands/cat_files_into_getgov.py index 4cd17f6e2..993643ee4 100644 --- a/src/registrar/management/commands/cat_files_into_getgov.py +++ b/src/registrar/management/commands/cat_files_into_getgov.py @@ -4,7 +4,6 @@ import logging import os import shutil -import string from django.core.management import BaseCommand