Fix static method should not get any argument

This commit is contained in:
allegroai 2024-01-06 12:33:52 +02:00
parent 0ed5ff4123
commit 141a183235

View File

@ -1066,7 +1066,7 @@ class ScriptInfo(object):
script_requirements)
@staticmethod
def __legacy_jupyter_notebook_server_json_parsing(self):
def __legacy_jupyter_notebook_server_json_parsing():
# noinspection PyBroadException
try:
# on some jupyter notebook versions this function can crash on parsing the json file,