We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a25279 commit 542bb16Copy full SHA for 542bb16
1 file changed
shuffle_sdk/shuffle_sdk.py
@@ -1515,10 +1515,10 @@ def get_file_namespace(self, namespace):
1515
return myzipfile
1516
1517
def get_file_namespace_ids(self, namespace):
1518
- return self.get_file_category_ids(self, namespace)
+ return self.get_file_category_ids(namespace)
1519
1520
def get_file_category(self, category):
1521
- return self.get_file_namespace(self, category)
+ return self.get_file_namespace(category)
1522
1523
# Things to consider for files:
1524
# - How can you download / stream a file?
0 commit comments