Skip to content

Commit

Permalink
Fix lint to accommodate new ruff change
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 29, 2024
1 parent 4cc004d commit 68608c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/py/notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Transform Python code by executing it, transforming to a Python console output,
and finding and outputting color previews.
"""
# ruff: noqa: PGH001
# ruff: noqa: S307
import xml.etree.ElementTree as Etree
from collections.abc import Sequence, Mapping
from collections import namedtuple
Expand Down

0 comments on commit 68608c7

Please sign in to comment.