Skip to content

Commit

Permalink
linting?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Jul 11, 2024
1 parent 61dd120 commit 9366b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/internal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools.extern.packaging import version


@functools.cache
@functools.lru_cache(maxsize=None)
def is_wsl(v: str = platform.uname().release) -> int:
"""Detects if Python is running in WSL"""

Expand Down

0 comments on commit 9366b3d

Please sign in to comment.