2f90b90 Refactor the code to make explicit what is imported from utils

Authored and Committed by pingou 4 years ago
1 file changed. 4 lines added. 5 lines removed.
    Refactor the code to make explicit what is imported from utils
    
    With this, we are also following the principal of stdlib imports
    first, then 3rd party lib, then application-specific lib.
    We're also renaming the list of blocking_issues so it does not
    conflict with the function.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+4 -5