Merge pull request #5926 from RasmusWL/small-cleanups

Approved by tausbn
This commit is contained in:
CodeQL CI
2021-07-02 04:59:54 -07:00
committed by GitHub
3 changed files with 33 additions and 32 deletions

View File

@@ -104,7 +104,7 @@ def non_syntactic():
_str = str
ensure_tainted(
meth(), # $ MISSING: tainted
_str(ts), # $ MISSING: tainted
_str(ts), # $ tainted
)