Skip to content

Commit

Permalink
bugfix: imports in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 18, 2023
1 parent 4885859 commit 3f0643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/engine/src/helpers/TemplateMapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Union

from TemplateRepository import TemplateRepository
from .TemplateRepository import TemplateRepository
from owe_python_sdk.schema import (
Uses,
Pipeline,
Expand Down
2 changes: 1 addition & 1 deletion src/engine/src/helpers/TemplateRepository.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os,json

from GitCacheService import GitCacheService
from .GitCacheService import GitCacheService
from owe_python_sdk.schema import Uses

class TemplateRepository:
Expand Down

0 comments on commit 3f0643e

Please sign in to comment.