Skip to content

Commit 1d664e4

Browse files
committed
Remove the now-pointless import guard around Sphinx in test_slots.py
1 parent 08575b9 commit 1d664e4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_slots.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919

2020
from attr._make import _TupleProxy
2121

22-
try:
23-
from sphinx.application import Sphinx
24-
except ImportError:
25-
Sphinx = None
22+
23+
from sphinx.application import Sphinx
2624

2725
import attr
2826
import attrs

0 commit comments

Comments
 (0)