From f30cc2b04b453dee2a8ccb797332bcf339e16001 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 26 Mar 2020 16:07:17 -0700 Subject: [PATCH] Sort imports per PEP8 Signed-off-by: Enji Cooper --- event_rpcgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_rpcgen.py b/event_rpcgen.py index 0911ca25..c6ddc2a6 100755 --- a/event_rpcgen.py +++ b/event_rpcgen.py @@ -14,8 +14,8 @@ # progress outputs that space stderr at the moment) # 3) emit other languages -import sys import re +import sys _NAME = "event_rpcgen.py" _VERSION = "0.1" -- 2.50.1