Skip to content

Commit

Permalink
Correct Concatenate error
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorflahardy committed Oct 15, 2024
1 parent d2fb76e commit ea1bba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

from __future__ import annotations
import inspect
from typing import TYPE_CHECKING, Any, Callable, Concatenate, Coroutine, Generic, TypeVar, TypeAlias
from typing_extensions import TypeIs, ParamSpec
from typing import TYPE_CHECKING, Any, Callable, Coroutine, Generic, TypeVar, TypeAlias
from typing_extensions import TypeIs, ParamSpec, Concatenate

import requests
import fortnite_api
Expand Down

0 comments on commit ea1bba3

Please sign in to comment.