*: Remove unused imports to fix flake8 errors

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2024-10-19 09:32:09 -07:00
parent f6fbb2f021
commit 7e2b365bac
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import collections
import enum
import inspect
import logging
from typing import ClassVar, Dict, List, TypeAlias
from typing import ClassVar, TypeAlias
from plinth import cfg
from plinth.diagnostic_check import DiagnosticCheck

View File

@ -8,7 +8,7 @@ import re
from django.utils.translation import gettext as _
from django.utils.translation import gettext_noop
from plinth import cfg, menu
from plinth import cfg
from plinth.utils import is_user_admin