Skip to content

Commit 96127ca

Browse files
authored
Update round-trip-syntax-test
Try harder to appease the python linter
1 parent 14f72b7 commit 96127ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/round-trip-syntax-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ from __future__ import print_function, unicode_literals
55
import argparse
66
import difflib
77
import logging
8-
from functools import reduce
98
import os
109
import subprocess
1110
import sys
1211
import tempfile
12+
from functools import reduce
1313

1414
logging.basicConfig(format='%(message)s', level=logging.INFO)
1515

0 commit comments

Comments
 (0)