I got the following error after cloning and building looking at the CIS twinning tutorial. I inspected the interface_generator.py and it looks to be in order, is this an error in compiling? Ive tried both locally and on google collab.
File "/usr/local/lib/python3.11/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 2, in <cell line: 0>
from interfacemaster.interface_generator import core, convert_vector_index
File "/usr/local/lib/python3.11/dist-packages/interfacemaster/interface_generator.py", line 1672
"""
^
IndentationError: unexpected indent