Skip to content

Commit

Permalink
fix: remove unused typings Self import
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed May 6, 2024
1 parent ea60e91 commit 93cbdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastapi_jwt/jwt_backends/abstract_backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABCMeta, abstractmethod, abstractproperty
from typing import Any, Dict, Optional, Self
from abc import ABCMeta, abstractmethod
from typing import Any, Dict, Optional


class AbstractJWTBackend(metaclass=ABCMeta):
Expand Down

0 comments on commit 93cbdee

Please sign in to comment.