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

Bug: fix bad reference to FileShare #245

Merged
merged 1 commit into from
Dec 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aztk/spark/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ClusterConfiguration(aztk.models.ClusterConfiguration):
def __init__(
self,
custom_scripts: List[CustomScript] = None,
file_shares: List[aztk.spark.models.FileShare] = None,
file_shares: List[FileShare] = None,
cluster_id: str = None,
vm_count=None,
vm_low_pri_count=None,
Expand Down