tools/mpp: sort import
Makes David happy, which makes us happy.
This commit is contained in:
parent
fd1b688f78
commit
4a00895ba5
1 changed files with 4 additions and 4 deletions
|
|
@ -154,21 +154,21 @@ Example:
|
|||
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
import contextlib
|
||||
import json
|
||||
import os
|
||||
import pathlib
|
||||
import string
|
||||
import subprocess
|
||||
import sys
|
||||
import pathlib
|
||||
import tempfile
|
||||
import urllib.parse
|
||||
import collections
|
||||
from typing import Dict, Optional
|
||||
|
||||
import dnf
|
||||
import hawkey
|
||||
|
||||
from typing import Dict, Optional
|
||||
|
||||
from osbuild.util.rhsm import Subscriptions
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue