Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
34282: pyflakes and missing import in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Sep 6, 2022
1 parent dd62d0b commit a77ff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# ****************************************************************************

from . import StaticFile, Executable, FeatureTestResult, FeatureNotPresentError
from sage.features.join_feature import JoinFeature

latex_url = 'https://www.latex-project.org/'
latex_spkg = 'texlive'
Expand Down Expand Up @@ -179,6 +178,7 @@ def __init__(self, name, filename, **kwds):
TESTS::
sage: from sage.features.latex import TeXFile
sage: TeXFile('nonexisting', 'xxxxxx-nonexisting-file.tex').is_present() # optional - latex
FeatureTestResult('nonexisting', False)
"""
Expand Down

0 comments on commit a77ff0c

Please sign in to comment.