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:
Andrei Vagin 2020-02-06 21:20:20 -08:00
parent bc49927bbc
commit 3eab205bae

View file

@ -1,5 +1,5 @@
import os
import ctypes
import os
libc = ctypes.CDLL(None)