Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakorgaur committed Apr 12, 2024
1 parent 71f2a51 commit 6a7b024
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nats_jwt/v2/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@

from __future__ import annotations

import time
from dataclasses import dataclass, field
from enum import Enum
from typing import Final, TYPE_CHECKING

import pytz

from nats_jwt.v2.claims import _claim_data_config
from nats_jwt.v2.common import NoLimit

if TYPE_CHECKING:
from nats_jwt.v2.account_claims import NatsLimits
from nats_jwt.v2.validation import ValidationResults

MaxInfoLength: Final[int] = 8 * 1024
Expand Down

0 comments on commit 6a7b024

Please sign in to comment.