Apply suggestions from code review

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
sylwia-budzynska
2022-10-12 12:08:20 +02:00
committed by GitHub
parent 319923f445
commit 7bcd247128
3 changed files with 0 additions and 9 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.