We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7cdd7 commit a6f8ce4Copy full SHA for a6f8ce4
1 file changed
functions.py
@@ -152,7 +152,7 @@ def new_project(
152
mr_base_url: str,
153
tree_calcs: list = list(),
154
hidden:list = list(),
155
- raw_matrices: list[str] = list(),
+ raw_matrices: list = list(),
156
public: bool=False,
157
verify: bool=True
158
):
@@ -187,7 +187,7 @@ def new_project_2(
187
188
189
190
191
192
193
0 commit comments