mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
Replace TreeSitter.Python with Language.Python.Grammar
This commit is contained in:
parent
4bb39cba96
commit
f5a444f60a
@ -4,7 +4,7 @@ module Main (main) where
|
||||
|
||||
import AST.Unmarshal as Unmarshal
|
||||
import qualified Language.Python.AST as AST
|
||||
import qualified TreeSitter.Python as Python
|
||||
import qualified Language.Python.Grammar as Python
|
||||
import Source.Range
|
||||
import Source.Span
|
||||
import Data.Aeson (toJSON)
|
||||
|
Loading…
Reference in New Issue
Block a user