Traceback (most recent call last):
  File "/home/sybot/.local/share/electrum-4.7.2/lib/python3.13/site-packages/electrum/gui/qt/main_window.py", line 2559, in do_import_labels
    import_meta_gui(self, _('labels'), self.wallet.import_labels, on_import)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/sybot/.local/share/electrum-4.7.2/lib/python3.13/site-packages/electrum/gui/qt/util.py", line 1213, in import_meta_gui
    importer(filename)
    ~~~~~~~~^^^^^^^^^^
  File "/home/sybot/.local/share/electrum-4.7.2/lib/python3.13/site-packages/electrum/wallet.py", line 759, in import_labels
    for key, value in data.items():
                      ^^^^^^^^^^
AttributeError: 'list' object has no attribute 'items'