File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
21
21
* - https://pypi.org/project/cx-Oracle/
22
22
*/
23
23
private module Cx_Oracle {
24
- // ---------------------------------------------------------------------------
25
- // Cx_Oracle
26
- // ---------------------------------------------------------------------------
27
24
/**
28
25
* A model for Cx_Oracle as a module that implements PEP 249, providing ways to execute SQL statements
29
26
* against a database.
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
21
21
* - https://pypi.org/project/phoenixdb/
22
22
*/
23
23
private module Phoenixdb {
24
- // ---------------------------------------------------------------------------
25
- // Phoenixdb
26
- // ---------------------------------------------------------------------------
27
24
/**
28
25
* A model for Phoenixdb as a module that implements PEP 249, providing ways to execute SQL statements
29
26
* against a database.
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
21
21
* - https://pypi.org/project/pyodbc/
22
22
*/
23
23
private module Pyodbc {
24
- // ---------------------------------------------------------------------------
25
- // Pyodbc
26
- // ---------------------------------------------------------------------------
27
24
/**
28
25
* A model for Pyodbc as a module that implements PEP 249, providing ways to execute SQL statements
29
26
* against a database.
You can’t perform that action at this time.
0 commit comments