Skip to content

Commit

Permalink
Remove pointless assert (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 17, 2023
1 parent ee2097a commit e322b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/furo/__init__.py
Expand Up @@ -246,7 +246,6 @@ def _builder_inited(app: sphinx.application.Sphinx) -> None:
app.add_css_file("styles/furo-extensions.css", priority=600)

builder = app.builder
assert builder, "what?"
assert (
builder.highlighter is not None
), "there should be a default style known to Sphinx"
Expand Down

0 comments on commit e322b71

Please sign in to comment.