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

Commit cdbca69

Browse files
committed
chore(import): use relative import
1 parent 0a7ed05 commit cdbca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zoo/entities/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from zoo.entities.models import Entity, Group, Link
1+
from .models import Entity, Group, Link
22
from zoo.libraries.models import Library
33
from zoo.services.models import Environment, Service
44

0 commit comments

Comments
 (0)