Skip to content

Commit

Permalink
lint2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed May 27, 2024
1 parent f37ce87 commit 83f8fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/dep_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _proc_import(self, pkg:str):
elif pkg not in GPU_REQ:
self._add_deps(pkg)

def _is_gpu_available():
def _is_gpu_available(self):
try:
output = subprocess.check_output("nvidia-smi", shell=True)
return len(output) > 0
Expand Down

0 comments on commit 83f8fc5

Please sign in to comment.