Skip to content

Commit

Permalink
Merge pull request #4 from lyft/lazy-load-sidecarpb
Browse files Browse the repository at this point in the history
[Bug] Add Modules to Lazy Load List
  • Loading branch information
matthewphsmith authored Aug 23, 2019
2 parents 25582ef + be6231a commit 5e97f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytekit/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spark",
["pyspark>=2.4.0,<3.0.0"],
[
"pyspark"
"pyspark",
]
)

Expand All @@ -15,6 +15,7 @@
[
"k8s.io.api.core.v1.generated_pb2",
"k8s.io.apimachinery.pkg.api.resource.generated_pb2",
"flyteidl.plugins.sidecar_pb2",
]
)

Expand Down

0 comments on commit 5e97f30

Please sign in to comment.