Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Dec 9, 2024
1 parent a33f176 commit 8a10a29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions taskvine/src/bindings/python3/ndcctools/taskvine/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1907,9 +1907,6 @@ def _set_manager(self, batch_type, manager, manager_host_port, manager_name):
else:
raise ValueError("Either manager, manager_host_port, or manager_name or manager should be specified.")




def _find_exe(self, path, default):
if path is None:
out = shutil.which(default)
Expand Down

0 comments on commit 8a10a29

Please sign in to comment.