fossasia / open-event-server

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
2 occurrences in this check
Unused import app.cli
252    backend.store_result(headers['id'], None, 'WAITING')
253
254
255import app.cli  # noqa
Unused routes imported from api
 17from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
 18from werkzeug.middleware.profiler import ProfilerMiddleware
 19
 20from .api import routes  # noqa: Used for registering routes 21from .api.helpers.auth import AuthManager, is_token_blacklisted
 22from .api.helpers.cache import cache
 23from .api.helpers.errors import ErrorResponse