From 8d13b947e208136ccba063e452d42748e54403c5 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 4 Mar 2023 22:08:48 +0700 Subject: [PATCH] fix linter --- tubearchivist/config/management/commands/ta_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/config/management/commands/ta_startup.py b/tubearchivist/config/management/commands/ta_startup.py index 892feca7..a74358de 100644 --- a/tubearchivist/config/management/commands/ta_startup.py +++ b/tubearchivist/config/management/commands/ta_startup.py @@ -4,8 +4,8 @@ Functionality: - Apply migrations """ -from time import sleep import os +from time import sleep from django.core.management.base import BaseCommand, CommandError from home.src.es.connect import ElasticWrap