fix linter

This commit is contained in:
simon 2023-03-04 22:08:48 +07:00
parent 22ef33c6ca
commit 8d13b947e2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

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