Skip to content

Commit fd3d18d

Browse files
Jon Wayne Parrottbusunkim96
Jon Wayne Parrott
authored andcommitted
Fix import order lint errors
Change-Id: Ieaf7237fc6f925daec46a07d2e81a452b841198a
1 parent 1574b6b commit fd3d18d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language/snippets/movie_nl/main_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
import json
1616

17-
import main
1817
import six
1918

19+
import main
20+
2021

2122
def test_get_request_body():
2223
text = 'hello world'

0 commit comments

Comments
 (0)