fix linter

This commit is contained in:
simon
2023-03-04 22:08:48 +07:00
parent 22ef33c6ca
commit 8d13b947e2

View File

@@ -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