Closed reckart closed 3 years ago
Describe the refactoring action The import statement for classes in the Python API should be shortened from from averbis.platform import Client to from averbis import Client - the highlighting code will remain in a sub-module though
from averbis.platform import Client
from averbis import Client
Expected benefit A cleaner layout.
Describe the refactoring action The import statement for classes in the Python API should be shortened from
from averbis.platform import Client
tofrom averbis import Client
- the highlighting code will remain in a sub-module thoughExpected benefit A cleaner layout.