fossasia / open-event-server

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
5 months ago2 years old
Unused routes imported from app.api
 22from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
 23from werkzeug.middleware.profiler import ProfilerMiddleware
 24
 25from app.api import routes  # noqa: Used for registering routes 26from app.api.custom.check_in_stats import check_in_stats_routes
 27from app.api.helpers.auth import AuthManager, is_token_blacklisted
 28from app.api.helpers.cache import cache