From f020aca297e8a6c9f7b6a6e08e583847d37edace Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 16 Apr 2018 11:13:07 +0200 Subject: Minor Python cleanups to make flake8 pass with the new rules enabled --- contrib/devtools/github-merge.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/devtools/github-merge.py') diff --git a/contrib/devtools/github-merge.py b/contrib/devtools/github-merge.py index 9c666673cf..187ef75fb7 100755 --- a/contrib/devtools/github-merge.py +++ b/contrib/devtools/github-merge.py @@ -21,7 +21,8 @@ import argparse import hashlib import subprocess import sys -import json,codecs +import json +import codecs try: from urllib.request import Request,urlopen except: -- cgit v1.2.3