Skip to content

Commit f7cbcb2

Browse files
yoffRasmusWL
andauthored
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent 6377e6c commit f7cbcb2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python/ql/lib/semmle/python/Frameworks.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ private import semmle.python.frameworks.Aiohttp
99
private import semmle.python.frameworks.Aiomysql
1010
private import semmle.python.frameworks.Aiopg
1111
private import semmle.python.frameworks.Asyncpg
12-
private import semmle.python.frameworks.Builtins
1312
private import semmle.python.frameworks.ClickhouseDriver
1413
private import semmle.python.frameworks.Cryptodome
1514
private import semmle.python.frameworks.Cryptography

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* We do not support summaries of special methods via the special methods framework,
2727
* the summary would have to identify the call.
2828
*
29-
* We might, while we still extract the standard libraries, want to support flow summaries of
30-
* extracted callables, so that we can model part of the standard libraries with flow summaries.
31-
* For this to work, we have be careful with the enclosiong callable predicate.
29+
* We might, while we still extract the standard library, want to support flow summaries of
30+
* extracted callables, so that we can model part of the standard library with flow summaries.
31+
* For this to work, we have be careful with the enclosing callable predicate.
3232
*/
3333

3434
private import python

0 commit comments

Comments
 (0)