Remove deprecated option from pylintrc

This commit is contained in:
Ethan Paul 2023-04-13 14:01:41 -04:00
parent 28fb6434b0
commit e4cc312ef4
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA

View File

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