Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 10, 2024
1 parent db27276 commit 5df366c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flapi/__decorate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from types import FunctionType
import inspect
import importlib
from typing import Callable, TypeVar, ParamSpec
from typing import Callable, TypeVar
from typing_extensions import ParamSpec
from functools import wraps
from .__comms import fl_eval
from .__consts import FL_MODULES
Expand Down

0 comments on commit 5df366c

Please sign in to comment.