Skip to content

Commit

Permalink
fix relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed Jan 20, 2024
1 parent 2bad66a commit 28e01d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import typing

import filelock
from utils import ComposeHelper, DeploymentConfig, NginxHelper, SecretsHelper

from .utils import ComposeHelper, DeploymentConfig, NginxHelper, SecretsHelper

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 28e01d5

Please sign in to comment.