Skip to content

Commit abf0c0f

Browse files
committed
Python: update more comments referring to the package column
1 parent 5a51d71 commit abf0c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private import semmle.python.frameworks.data.ModelsAsData
1313
private module Asyncpg {
1414
class AsyncpgModel extends ModelInput::TypeModelCsv {
1515
override predicate row(string row) {
16-
// package1;type1;package2;type2;path
16+
// type1;type2;path
1717
row =
1818
[
1919
// a `ConnectionPool` that is created when the result of `asyncpg.create_pool()` is awaited.
@@ -31,7 +31,7 @@ private module Asyncpg {
3131
}
3232

3333
class AsyncpgSink extends ModelInput::SinkModelCsv {
34-
// package;type;path;kind
34+
// type;path;kind
3535
override predicate row(string row) {
3636
row =
3737
[

0 commit comments

Comments
 (0)