mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
fix redundant import of Token by importing instances alone
This commit is contained in:
parent
8f3668aa1a
commit
973fcd230b
@ -15,7 +15,7 @@ module Language.PHP.AST
|
||||
) where
|
||||
|
||||
import AST.GenerateSyntax
|
||||
import AST.Token
|
||||
import AST.Token()
|
||||
import Language.Haskell.TH.Syntax (runIO)
|
||||
import Prelude hiding (String, Integer, Float)
|
||||
import qualified TreeSitter.PHP as PHP (getNodeTypesPath, tree_sitter_php)
|
||||
|
Loading…
Reference in New Issue
Block a user