From 7863e03a729a362435e6556e00069491a07de0e6 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 11 Jan 2020 03:14:01 -0800 Subject: [PATCH] Alphabetize imports. --- gitcheckup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitcheckup.py b/gitcheckup.py index 228c677..c7fab7f 100644 --- a/gitcheckup.py +++ b/gitcheckup.py @@ -1,6 +1,6 @@ -import sys -import subprocess import os +import subprocess +import sys from voussoirkit import winwhich