Files
codeql/python/ql/src/Expressions/Formatting/UnusedArgumentIn3101Format.py
2018-11-19 15:10:42 +00:00

4 lines
111 B
Python

def surplus_argument():
the_format = "{} {}" # Used to be "{} {} {}"
return the_format.format(1, 2, 3)