Skip to content

Commit

Permalink
parsers: use absolute imports in image_builder_facts
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Oct 30, 2024
1 parent 31f43fb commit 56ad55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insights/parsers/image_builder_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
"""

from insights.core import JSONParser
from insights.core.plugins import parser
from insights.specs import Specs

from .. import JSONParser, parser


@parser(Specs.image_builder_facts)
class ImageBuilderFacts(JSONParser):
Expand Down

0 comments on commit 56ad55d

Please sign in to comment.