Closed AlexPatrie closed 1 year ago
Justification:
According to PEP8: Imports should be grouped in the following order:
Imports should be grouped in the following order:
Standard library imports. Related third party imports. Local application/library specific imports.
Standard library imports.
Related third party imports.
Local application/library specific imports.
This PR serves to fit that protocol.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
Justification:
According to PEP8:
Imports should be grouped in the following order:
Standard library imports.
Related third party imports.
Local application/library specific imports.
This PR serves to fit that protocol.