Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 24, 2024
1 parent dc87186 commit 2e83cb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugs/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def install(self) -> None:
if packages:
subprocess.check_call([sys.executable, "-m", "pip", "install", *packages]) # noqa: S603

if True:
return True
return False

def add_plug(self, plug: Plug) -> None:
if not isinstance(plug, Plug):
msg = "plug must be an instance of Plug"
Expand Down

0 comments on commit 2e83cb2

Please sign in to comment.