From 12cf076118570eebbff08c6b3090e0d4798447a1 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:17:55 -0400 Subject: no venv --- venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py (limited to 'venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py') diff --git a/venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py b/venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py deleted file mode 100644 index e8ffb48..0000000 --- a/venv/lib/python3.11/site-packages/litestar/contrib/jwt/jwt_auth.py +++ /dev/null @@ -1,5 +0,0 @@ -from __future__ import annotations - -from litestar.security.jwt.auth import BaseJWTAuth, JWTAuth, JWTCookieAuth, OAuth2Login, OAuth2PasswordBearerAuth - -__all__ = ("BaseJWTAuth", "JWTAuth", "JWTCookieAuth", "OAuth2Login", "OAuth2PasswordBearerAuth") -- cgit v1.2.3