Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 9, 2024
1 parent 1c0d5ee commit 93046da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rebdhuhn/models/errors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class GraphTooComplexForPlantumlError(Exception):

def __init__(
self,
# pylint:disable=line-too-long
message: str = "Plantuml conversion doesn't support multiple nodes for an ancestor node. The graph is too complex.",
) -> None:
self.message = message
Expand Down

0 comments on commit 93046da

Please sign in to comment.