Skip to content

Commit

Permalink
add type of last arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Jul 18, 2024
1 parent 0145eae commit 50285e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/impl/cpu_cached_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
fallback_feature: Feature,
max_cache_size_in_bytes: int,
policy: str = None,
pin_memory=False,
pin_memory: bool = False,
):
super(CPUCachedFeature, self).__init__()
assert isinstance(fallback_feature, Feature), (
Expand Down

0 comments on commit 50285e2

Please sign in to comment.