Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 22, 2023
1 parent 9d4e1b2 commit 76557b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_vm_client/forc_connector/playbook/playbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import redis
import ruamel.yaml

from simple_vm_client.forc_connector.template.template import Template
from simple_vm_client.ttypes import CondaPackage
from simple_vm_client.util.logger import setup_custom_logger
from simple_vm_client.util.state_enums import VmTaskStates
Expand Down Expand Up @@ -52,7 +53,6 @@ def __init__(
self.research_environment_template = research_environment_template
self.base_url = base_url
# init temporary directories and mandatory generic files
from forc_connector.template.template import Template

self.playbooks_dir: str = Template.get_playbook_dir()
self.directory: TemporaryDirectory = TemporaryDirectory(
Expand Down

0 comments on commit 76557b5

Please sign in to comment.