Skip to content
Snippets Groups Projects
Commit c77575fd authored by Hans Fangohr's avatar Hans Fangohr
Browse files

fix import order as the standard suggests

(use `isort`)
parent 3b0b3239
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!6fix import order as the standard suggests
Pipeline #367853 passed
#!/usr/bin/env python3
import argparse
import datetime
import os
import subprocess
import datetime
import argparse
import sys
from pathlib import Path
from typing import List, Tuple
......
import os
import pytest
import importlib
import subprocess
import os
import shutil
import subprocess
from pathlib import Path
import pytest
mod = importlib.import_module("mpsd-software-environment")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment