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:
parent
58198d5647
commit
317c0c1473
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user