minor: remove unnecessary f'' string

This commit is contained in:
Cosimo Lupo 2020-04-03 21:19:01 +01:00
parent c1af75b803
commit 40dcd1ebaa
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -355,7 +355,7 @@ class Parser(object):
glyphs.add_class(gc)
else:
raise FeatureLibError(
f"Expected glyph name, glyph range, "
"Expected glyph name, glyph range, "
f"or glyph class reference, found {self.next_token_!r}",
self.next_token_location_)
self.expect_symbol_("]")