Skip to content

Commit

Permalink
chore: Remove FileNotFoundError
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 28, 2022
1 parent 1c51965 commit 960065d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/poetry/core/utils/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
WINDOWS = sys.platform == "win32"


try:
FileNotFoundError
except NameError:
FileNotFoundError = IOError


def list_to_shell_command(cmd: List[str]) -> str:
executable = cmd[0]

Expand Down

0 comments on commit 960065d

Please sign in to comment.