Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 8bfd4d9

Browse files
committed
Drop unused const
1 parent 5f3a1c9 commit 8bfd4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class Validator(sublime_plugin.EventListener):
88

99
KNOWN_SYNTAXES = {'Packages/Python/Python.tmLanguage'}
10-
PEP8_IGNORED = {'E501', 'W191'}
1110

1211
def __init__(self, *args, **kwargs):
1312
self.view_cache = {}

0 commit comments

Comments
 (0)