Skip to content

Commit 6614e03

Browse files
committed
Python: format
1 parent 7eb4114 commit 6614e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/Module.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private predicate isPotentialPackage(Folder f) {
197197
private string moduleNameFromBase(Container file) {
198198
// We used to also require `isPotentialPackage(f)` to hold in this case,
199199
// but we saw modules not getting resolved because their folder did not
200-
// contain an `__init__.py` file.
200+
// contain an `__init__.py` file.
201201
//
202202
// This makes the folder not be a package but a namespace package instead.
203203
// In most cases this is a mistake :| See following links for more details

0 commit comments

Comments
 (0)