Mentions légales du service

Skip to content

Refactor and add typing on enos_iotlab package

Alexis BITAILLOU requested to merge abitaill/enoslib:refactor-enos-iotlab into main

This PR:

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

Merge request reports