From 346bdcf70231f5a588ce831544b81a9217cb5d93 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 16 Jun 2020 07:43:37 +0100 Subject: [PATCH] remove invalid fstr setting (#3682) --- examples/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pylintrc b/examples/pylintrc index f6aad454ef..e5995bbae0 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -187,7 +187,7 @@ never-returning-functions=sys.exit [LOGGING] # Format style used to check logging format string. `old` means using % -# formatting, `new` is for `{}` formatting,and `fstr` is for f-strings. +# formatting and `new` is for `{}` formatting. logging-format-style=old # Logging modules to check that the string format arguments are in logging