From: Enji Cooper Date: Thu, 26 Mar 2020 23:07:17 +0000 (-0700) Subject: Sort imports per PEP8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f30cc2b04b453dee2a8ccb797332bcf339e16001;p=libevent Sort imports per PEP8 Signed-off-by: Enji Cooper --- 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"