trivial: remove unused imports (#70128)

This commit is contained in:
Frédéric Péters 2022-10-12 07:33:02 +02:00
parent a50edc627f
commit fe9a8f281e
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ from quixote import cleanup, get_publisher
from wcs.qommon import errors, sessions
from wcs.qommon.ident.password_accounts import PasswordAccount
from wcs.qommon.http_request import HTTPRequest
from wcs.qommon.template import get_current_theme
from wcs.categories import Category
from wcs.roles import Role
from wcs.workflows import Workflow

View File

@ -8,7 +8,6 @@ from quixote import cleanup, get_publisher
from wcs.qommon import errors, sessions
from wcs.qommon.ident.password_accounts import PasswordAccount
from wcs.qommon.http_request import HTTPRequest
from wcs.qommon.template import get_current_theme
from wcs.categories import Category
from wcs.workflows import Workflow
from wcs.formdef import FormDef

View File

@ -8,7 +8,6 @@ from quixote import cleanup, get_publisher
from wcs.qommon import errors, sessions
from wcs.qommon.ident.password_accounts import PasswordAccount
from wcs.qommon.http_request import HTTPRequest
from wcs.qommon.template import get_current_theme
from wcs.categories import Category
from wcs.workflows import Workflow
from wcs.formdef import FormDef