cybermonkj / qatest

Consider using f-strings PYL-C0209
Performance
Minor
1 occurrence in this check
Formatting a regular string which could be a f-string
443        plt.show()
444
445    def getUrl(areaString, dateObj):
446        return "https://data.police.uk/api/stops-force?force={}&date={}".format(447            areaString, dateObj
448        )
449