bootc-base-imagectl: sort imports
This commit is contained in:
parent
44962e575f
commit
72209c6c1c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import json
|
||||
import os
|
||||
import os.path as path
|
||||
import subprocess
|
||||
import shutil
|
||||
import stat
|
||||
import json
|
||||
import argparse
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue