Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Mar 23, 2024
1 parent aa21c0c commit 9b661bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansibleplaybookgrapher/grapher.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

from typing import Dict, List, Set, Tuple

from .graph_model import (
from ansibleplaybookgrapher.graph_model import (
PlaybookNode,
RoleNode,
PlayNode,
)
from .parser import PlaybookParser
from .utils import merge_dicts
from ansibleplaybookgrapher.parser import PlaybookParser
from ansibleplaybookgrapher.utils import merge_dicts


class Grapher:
Expand Down

0 comments on commit 9b661bd

Please sign in to comment.