Fix import order
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
3b5dc34a5d
commit
30f90f2c99
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from itertools import chain
|
|
||||||
from functools import cmp_to_key
|
from functools import cmp_to_key
|
||||||
|
from itertools import chain
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue