1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

stub in other cases

This commit is contained in:
joshvera 2020-02-07 10:53:20 -05:00
parent 58198d5647
commit 317c0c1473

View File

@ -235,6 +235,7 @@ instance ToScopeGraph Py.ImportFromStatement where
scopeGraph (Py.ImportFromStatement _ [] (L1 (Py.DottedName _ names)) (Just (Py.WildcardImport _ _))) = do
let toName (Py.Identifier _ name) = Name.name name
complete <* insertEdge ScopeGraph.Import (toName <$> names)
scopeGraph term = todo (show term)