Skip to content

Commit e322b71

Browse files
authored
Remove pointless assert (#702)
1 parent ee2097a commit e322b71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/furo/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def _builder_inited(app: sphinx.application.Sphinx) -> None:
246246
app.add_css_file("styles/furo-extensions.css", priority=600)
247247

248248
builder = app.builder
249-
assert builder, "what?"
250249
assert (
251250
builder.highlighter is not None
252251
), "there should be a default style known to Sphinx"

0 commit comments

Comments
 (0)