Mentions légales du service

Skip to content

Refactor and add typing for enos g5k package

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

This PR:

  • reorganize import according Python convention;
  • convert formatted string to f-string ("%s cat" % adjective to f"{adjective} cat");
  • replace formatted string by logging lazy formatting (logger.info("%s cat" % adjective) to logger.info("%s cat", adjective));
  • add more typing.
Edited by Alexis BITAILLOU

Merge request reports