Skip to content

Commit f07a804

Browse files
committed
style
1 parent c3c2ec3 commit f07a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def versions(self):
9393
local=None,
9494
workspace=self.__workspace,
9595
project=self.__project_name,
96-
public=self.public
96+
public=self.public,
9797
)
9898
version_array.append(version_object)
9999
return version_array

0 commit comments

Comments
 (0)