We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e41bc commit 199727aCopy full SHA for 199727a
src/opengeodeweb_back/data.py
@@ -20,10 +20,7 @@ class Data(database.Model):
20
21
@staticmethod
22
def create(
23
- name: str,
24
- geode_object: str,
25
- input_file: str,
26
- additional_files: list[str]
+ name: str, geode_object: str, input_file: str, additional_files: list[str]
27
) -> Type["Data"]:
28
if input_file is None:
29
input_file = []
0 commit comments