Skip to content

Commit 2a739b3

Browse files
committed
Python: rename module
1 parent 9682c82 commit 2a739b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private import semmle.python.dataflow.new.RemoteFlowSources
99
private import semmle.python.Concepts
1010
private import semmle.python.ApiGraphs
1111

12-
private module NoSql {
12+
private module PyMongo {
1313
// API Nodes returning `Mongo` instances.
1414
/** Gets a reference to `pymongo.MongoClient` */
1515
private API::Node pyMongo() {

0 commit comments

Comments
 (0)