More pop8erry and try to minimise redundancy in the patch
This commit is contained in:
parent
c870cde47e
commit
2972d81d82
@ -5,6 +5,7 @@ from fontTools.feaLib.error import FeatureLibError
|
||||
import re
|
||||
import os
|
||||
|
||||
|
||||
class Lexer(object):
|
||||
NUMBER = "NUMBER"
|
||||
FLOAT = "FLOAT"
|
||||
|
@ -10,7 +10,6 @@ import os
|
||||
import re
|
||||
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ -18,7 +17,7 @@ class Parser(object):
|
||||
|
||||
extensions = {}
|
||||
ast = ast
|
||||
ignore_comments=True
|
||||
ignore_comments = True
|
||||
|
||||
def __init__(self, featurefile, glyphMap):
|
||||
self.glyphMap_ = glyphMap
|
||||
|
Loading…
x
Reference in New Issue
Block a user