Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Oct 29, 2024
1 parent 579c2fe commit f76f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebdhuhn/plantuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from networkx import DiGraph # type:ignore[import-untyped]

from rebdhuhn.graph_utils import COMMON_ANCESTOR_FIELD, _get_yes_no_edges, _mark_last_common_ancestors
from rebdhuhn.kroki import Kroki, PlantUmlToSvgConverter
from rebdhuhn.kroki import PlantUmlToSvgConverter
from rebdhuhn.models import DecisionNode, EbdGraph, EndNode, OutcomeNode
from rebdhuhn.models.errors import GraphTooComplexForPlantumlError, NotExactlyTwoOutgoingEdgesError

Expand Down

0 comments on commit f76f5ab

Please sign in to comment.