Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 23, 2024
1 parent f585a6a commit 344cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold3_pytorch/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

@typecheck
def maybe_cache(
fn,
fn: Callable,
*,
cache: dict,
key: str | None,
Expand Down

0 comments on commit 344cadd

Please sign in to comment.