Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKappel committed May 7, 2023
1 parent 31fc95f commit 2fc66f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/poetry/utils/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ def activate(self, env: VirtualEnv) -> int | None:
if self._name == "fish":
# Under fish "\r" should be sent explicitly
cmd += "\r"
c.sendline(
cmd
)
c.sendline(cmd)

def resize(sig: Any, data: Any) -> None:
terminal = shutil.get_terminal_size()
Expand Down

0 comments on commit 2fc66f5

Please sign in to comment.