Skip to content

Commit

Permalink
SONARPY-2418 Fix red master (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 authored Dec 6, 2024
1 parent 5a9201b commit 49a184c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ public void visitQualifiedExpression(QualifiedExpression qualifiedExpression) {
private static PythonType union(Set<PythonType> types) {
return types.stream().collect(TypeUtils.toUnionType());
}
}
}

0 comments on commit 49a184c

Please sign in to comment.