Skip to content

Commit f809b9a

Browse files
authored
Remove dead FileNotFoundError (#618)
1 parent 9a5bd4a commit f809b9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tox/session.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
from tox.config import parseconfig
1818
from tox.result import ResultLog
1919
from subprocess import STDOUT
20-
try:
21-
FileNotFoundError
22-
except NameError:
23-
FileNotFoundError = IOError
2420

2521

2622
def now():

0 commit comments

Comments
 (0)