Use f-strings in logging statements

This commit is contained in:
Milan Stute
2020-12-02 16:18:57 +01:00
parent 7db266f089
commit bf7cea785c
5 changed files with 24 additions and 42 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ ensure_newline_before_comments = True
line_length = 88
[pylint]
disable = C, R, W0511
disable = C, R, W0511, W1203
max-line-length = 88