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
442        plt.show()
443
444    def getUrl(areaString, dateObj):
445        return "https://data.police.uk/api/stops-force?force={}&date={}".format(446            areaString, dateObj
447        )
448