Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2023
1 parent a32c2a8 commit 3b333e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/fileformats/dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,12 @@ def _dot_node(indent, id, name, attributes):
----------
id :
The ID of the node.
name :
name :
The visual name of the node.
attributes:
An iterable of (name, value) attribute pairs.
""" # noqa: D411
""" # noqa: D411
attributes = r"\n".join("%s: %s" % item for item in attributes)
template = """%(indent)s"%(id)s" [
%(indent)s label = "%(name)s|%(attributes)s"
Expand Down

0 comments on commit 3b333e5

Please sign in to comment.