diff --git a/src/pwncore/routes/team.py b/src/pwncore/routes/team.py index 08404cd..fa903ce 100644 --- a/src/pwncore/routes/team.py +++ b/src/pwncore/routes/team.py @@ -7,7 +7,7 @@ from pwncore.config import config from pwncore.models import Team, User, Team_Pydantic, User_Pydantic, Container from pwncore.routes.auth import RequireJwt -from pwncore.routes.leaderboard import gcache +# from pwncore.routes.leaderboard import gcache # Metadata at the top for instant accessibility metadata = {"name": "team", "description": "Operations with teams"}