Skip to content

Commit 744977c

Browse files
committed
Remove 2 more unused variables (copypasta)
1 parent 6f5f41f commit 744977c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vint/linting/policy/prohibit_abbreviation_option.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ class ProhibitAbbreviationOption(AbstractPolicy):
2222
reference = ':help option-summary'
2323
level = Level.STYLE_PROBLEM
2424

25-
was_scriptencoding_found = False
26-
has_encoding_opt_after_scriptencoding = False
27-
2825

2926
def listen_node_types(self):
3027
return [NodeType.EXCMD, NodeType.OPTION]

0 commit comments

Comments
 (0)