Skip to content

Commit

Permalink
Remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Dec 25, 2023
1 parent b5fb89f commit d45e9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nukeserversocket/utils/cache.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import Any, Dict, TypeVar, Callable, Optional
from typing import Any, Dict, TypeVar, Callable

R = TypeVar('R')
GenericFunc = Callable[..., R]
Expand Down

0 comments on commit d45e9f7

Please sign in to comment.