Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
chore(import): use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosevcik committed Sep 20, 2021
1 parent 0a7ed05 commit 6060aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zoo/entities/builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from zoo.entities.models import Entity, Group, Link
from zoo.libraries.models import Library
from zoo.services.models import Environment, Service

from .models import Entity, Group, Link


# TODO: refactor to registry pattern(or any better one)
class EntityBuilder:
Expand Down

0 comments on commit 6060aec

Please sign in to comment.