Mentions légales du service

Skip to content

Refactor and add typing on enos_openstack package

This PR:

  • refactor following pylint:
    • reorganize import according Python convention;
    • convert formatted string to f-string;
    • use lazy loading for logger;
  • add more typing.

Merge request reports