Skip to content

Commit a722631

Browse files
jorgectftausbn
andauthored
Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 47b14f1 commit a722631

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/libraries

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/libraries/Authlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private module Authlib {
88
private API::Node authlibJWT() {
99
result in [
1010
API::moduleImport("authlib").getMember("jose").getMember("jwt"),
11-
API::moduleImport("authlib.jose").getMember("JsonWebToken").getReturn()
11+
API::moduleImport("authlib").getMember("jose").getMember("JsonWebToken").getReturn()
1212
]
1313
}
1414

0 commit comments

Comments
 (0)