Skip to content

Commit

Permalink
Remove extra line after imports in conf.py
Browse files Browse the repository at this point in the history
This change fixes an incompatibility (and source of merge conflicts) with projects using Ruff/isort.
  • Loading branch information
Avasam authored Sep 11, 2024
1 parent a675458 commit cf0a8dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations


extensions = [
'sphinx.ext.autodoc',
'jaraco.packaging.sphinx',
Expand Down

0 comments on commit cf0a8dc

Please sign in to comment.