Skip to content

Commit 199727a

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 52e41bc commit 199727a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/opengeodeweb_back/data.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ class Data(database.Model):
2020

2121
@staticmethod
2222
def create(
23-
name: str,
24-
geode_object: str,
25-
input_file: str,
26-
additional_files: list[str]
23+
name: str, geode_object: str, input_file: str, additional_files: list[str]
2724
) -> Type["Data"]:
2825
if input_file is None:
2926
input_file = []

0 commit comments

Comments
 (0)