Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Sep 21, 2024
1 parent 258da8f commit 46397d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zluda_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def load(zluda_path: os.PathLike) -> None:
ctypes.windll.LoadLibrary(os.path.join(zluda_path, v))

def conceal():
import torch # pylint: disable=unused-import
import torch # noqa: F401
platform = sys.platform
sys.platform = ""
from torch.utils import cpp_extension
Expand Down

0 comments on commit 46397d0

Please sign in to comment.