Skip to content

Commit 7bcd247

Browse files
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 319923f commit 7bcd247

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

python/ql/lib/semmle/python/frameworks/Cx_Oracle.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
2121
* - https://pypi.org/project/cx-Oracle/
2222
*/
2323
private module Cx_Oracle {
24-
// ---------------------------------------------------------------------------
25-
// Cx_Oracle
26-
// ---------------------------------------------------------------------------
2724
/**
2825
* A model for Cx_Oracle as a module that implements PEP 249, providing ways to execute SQL statements
2926
* against a database.

python/ql/lib/semmle/python/frameworks/Phoenixdb.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
2121
* - https://pypi.org/project/phoenixdb/
2222
*/
2323
private module Phoenixdb {
24-
// ---------------------------------------------------------------------------
25-
// Phoenixdb
26-
// ---------------------------------------------------------------------------
2724
/**
2825
* A model for Phoenixdb as a module that implements PEP 249, providing ways to execute SQL statements
2926
* against a database.

python/ql/lib/semmle/python/frameworks/Pyodbc.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
2121
* - https://pypi.org/project/pyodbc/
2222
*/
2323
private module Pyodbc {
24-
// ---------------------------------------------------------------------------
25-
// Pyodbc
26-
// ---------------------------------------------------------------------------
2724
/**
2825
* A model for Pyodbc as a module that implements PEP 249, providing ways to execute SQL statements
2926
* against a database.

0 commit comments

Comments
 (0)