Mentions légales du service

Skip to content

Refactor and add types for Python files from root and infra folder

Alexis BITAILLOU requested to merge abitaill/enoslib:refactor-root-files into main

This PR:

  • add typing;
  • reorganize import;
  • replace string format by f-string;
  • replace string format and f-string by lazy formatting for log.

It may be the last MR of the series of typing.

Merge request reports