Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 14, 2017
1 parent b687e6e commit f3aeae8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Nirum/Targets/PythonSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ import Nirum.Targets.Python ( Source (Source)
, addOptionalDependency
, compilePrimitiveType
, compileTypeExpression
, insertLocalImport
, insertStandardImport
, insertThirdPartyImports
, minimumRuntime
, runCodeGen
, stringLiteral
, toAttributeName
, toClassName
, toNamePair
, unionInstallRequires
, insertLocalImport
, insertStandardImport
, insertThirdPartyImports
, runCodeGen
)

codeGen :: a -> CodeGen a
Expand Down

0 comments on commit f3aeae8

Please sign in to comment.