Skip to content

Commit

Permalink
delete unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 7, 2024
1 parent 4675ee2 commit 655604e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codeforlife/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

import typing as t

T = t.TypeVar("T")

Args = t.Tuple[t.Any, ...]
KwArgs = t.Dict[str, t.Any]

Expand Down

0 comments on commit 655604e

Please sign in to comment.