Python: Apply suggestion from review

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Taus
2022-11-22 13:46:45 +01:00
committed by GitHub
parent f12e15b46b
commit 18be30d177

View File

@@ -2,4 +2,4 @@
category: minorAnalysis
---
* The data-flow library has been rewritten to no longer rely on the points-to analysis in order to
resolve references to modules. This should result in more results for data-flow queries.
resolve references to modules. Improvements in the module resolution can lead to more results.