Python: Add missing override annotation

This commit is contained in:
Rasmus Wriedt Larsen
2021-02-01 11:28:30 +01:00
parent c9537f2639
commit 4ef9a6cf2a

View File

@@ -32,7 +32,7 @@ private class ExpatCreateParser extends TaintSource {
override predicate isSourceOf(TaintKind kind) { kind instanceof ExpatParser }
string toString() { result = "expat.create.parser" }
override string toString() { result = "expat.create.parser" }
}
private FunctionObject xmlFromString() {