News

Describe the bug The Python-sdk does not handle an import that has been renamed to an alias such as import pandas as pd. To Reproduce Steps to reproduce the behavior: Run this code: from cldk.analysis ...
I usually import longer types as shorter aliases , but pylance/pyright complains about this for Final. It does not complain about other types like Literal as Lit or Optional as Opt). Should this be ...