mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Python: Streamline what modules to allow for now
This commit is contained in:
@@ -76,7 +76,6 @@ where
|
||||
not exists(FindSubclassesSpec subclass | subclass.getSuperClass() = spec |
|
||||
newModel(subclass, newModelFullyQualified, _, mod, _)
|
||||
) and
|
||||
not exists(mod.getLocation().getFile().getRelativePath()) and
|
||||
fullyQualifiedToYamlFormat(newModelFullyQualified, type2, path) and
|
||||
not Extensions::typeModel(spec, type2, path)
|
||||
select spec.(string), type2, path
|
||||
|
||||
Reference in New Issue
Block a user