Remove deprecated option from pylintrc

This commit is contained in:
Ethan Paul 2023-03-29 20:06:18 -04:00
parent 96bd80db6e
commit fdad46a945
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
# --disable=W"
disable=logging-fstring-interpolation
,logging-format-interpolation
,bad-continuation
,line-too-long
,ungrouped-imports
,typecheck