1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

import Analysis.Name

This commit is contained in:
joshvera 2020-02-07 22:23:36 -05:00
parent 08cad385f3
commit 164333dbb7

View File

@ -21,6 +21,7 @@ module Language.Python.ScopeGraph
( scopeGraphModule
) where
import Analysis.Name (Name)
import qualified Analysis.Name as Name
import AST.Element
import Control.Effect.Fresh