mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
python: sort imports
202 Additional newline in a group of imports. I100 Import statements are in the wrong order. Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
bc49927bbc
commit
3eab205bae
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
import ctypes
|
||||
import os
|
||||
libc = ctypes.CDLL(None)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue