Skip to content

Commit 8e1368e

Browse files
committed
Fix linter
1 parent d97b624 commit 8e1368e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ filterwarnings =
88
# Same as above, but for python3.10 it is a pending deprecation
99
ignore:nodes.Node.traverse:PendingDeprecationWarning
1010
# More rinoh warning
11-
ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning
11+
ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning

sphinx_tabs/tabs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import base64
44
from pathlib import Path
55
from functools import partial
6-
import sphinx
7-
86

97
from docutils import nodes
108
from docutils.parsers.rst import directives

0 commit comments

Comments
 (0)