mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
|
||||
* - https://pypi.org/project/cx-Oracle/
|
||||
*/
|
||||
private module Cx_Oracle {
|
||||
// ---------------------------------------------------------------------------
|
||||
// Cx_Oracle
|
||||
// ---------------------------------------------------------------------------
|
||||
/**
|
||||
* A model for Cx_Oracle as a module that implements PEP 249, providing ways to execute SQL statements
|
||||
* against a database.
|
||||
|
||||
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
|
||||
* - https://pypi.org/project/phoenixdb/
|
||||
*/
|
||||
private module Phoenixdb {
|
||||
// ---------------------------------------------------------------------------
|
||||
// Phoenixdb
|
||||
// ---------------------------------------------------------------------------
|
||||
/**
|
||||
* A model for Phoenixdb as a module that implements PEP 249, providing ways to execute SQL statements
|
||||
* against a database.
|
||||
|
||||
@@ -21,9 +21,6 @@ private import semmle.python.frameworks.PEP249
|
||||
* - https://pypi.org/project/pyodbc/
|
||||
*/
|
||||
private module Pyodbc {
|
||||
// ---------------------------------------------------------------------------
|
||||
// Pyodbc
|
||||
// ---------------------------------------------------------------------------
|
||||
/**
|
||||
* A model for Pyodbc as a module that implements PEP 249, providing ways to execute SQL statements
|
||||
* against a database.
|
||||
|
||||
Reference in New Issue
Block a user