1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stray import.

This commit is contained in:
Patrick Thomson 2020-03-24 11:18:58 -04:00
parent 8c6315f4de
commit ac2da0240f

View File

@ -7,7 +7,6 @@ module Analysis.File
) where
import Data.Maybe (fromJust, listToMaybe)
import Data.Semilattice.Lower
import GHC.Stack
import Source.Language as Language
import Source.Span