Skip to content

Commit f3aeae8

Browse files
committed
Reorder imports
1 parent b687e6e commit f3aeae8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Nirum/Targets/PythonSpec.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ import Nirum.Targets.Python ( Source (Source)
5959
, addOptionalDependency
6060
, compilePrimitiveType
6161
, compileTypeExpression
62+
, insertLocalImport
63+
, insertStandardImport
64+
, insertThirdPartyImports
6265
, minimumRuntime
66+
, runCodeGen
6367
, stringLiteral
6468
, toAttributeName
6569
, toClassName
6670
, toNamePair
6771
, unionInstallRequires
68-
, insertLocalImport
69-
, insertStandardImport
70-
, insertThirdPartyImports
71-
, runCodeGen
7272
)
7373

7474
codeGen :: a -> CodeGen a

0 commit comments

Comments
 (0)