From 164333dbb7172db24551fb797177309c50ab3861 Mon Sep 17 00:00:00 2001 From: joshvera Date: Fri, 7 Feb 2020 22:23:36 -0500 Subject: [PATCH] import Analysis.Name --- semantic-python/src/Language/Python/ScopeGraph.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/semantic-python/src/Language/Python/ScopeGraph.hs b/semantic-python/src/Language/Python/ScopeGraph.hs index 7f579e80e..12036cfcd 100644 --- a/semantic-python/src/Language/Python/ScopeGraph.hs +++ b/semantic-python/src/Language/Python/ScopeGraph.hs @@ -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