chore: drop unused import

I didn't even know one could import modules from executables! Not sure how to feel about that.
main
Sebastian Ullrich 2022-08-12 23:04:36 +02:00 committed by GitHub
parent a2345380e8
commit 4a7c5e214a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import Lake import Lake
import Lake.CLI.Main
open System Lake DSL open System Lake DSL
package «doc-gen4» package «doc-gen4»
@ -114,4 +113,4 @@ library_facet docs (lib) : FilePath := do
let traces ← staticFiles.mapM computeTrace let traces ← staticFiles.mapM computeTrace
let indexTrace := mixTraceArray traces let indexTrace := mixTraceArray traces
return (dataFile, trace.mix indexTrace) return (dataFile, trace.mix indexTrace)