mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Force using keyword-only arguments where types are the same (#2277)
* Force using keyword-only arguments where types are the same * Fix
This commit is contained in:
@@ -55,6 +55,7 @@ def get_latest_spark_version() -> str:
|
||||
|
||||
|
||||
def download_spark(
|
||||
*,
|
||||
spark_version: str,
|
||||
hadoop_version: str,
|
||||
scala_version: str,
|
||||
|
Reference in New Issue
Block a user