mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-16 22:14:00 +01:00
Dropping trailing whitespaces
This commit is contained in:
+1
-1
@@ -482,7 +482,7 @@ class Parser(object):
|
||||
token = self.peek_token()
|
||||
raise ParserError("while parsing a flow sequence", self.marks[-1],
|
||||
"expected ',' or ']', but got %r" % token.id, token.start_mark)
|
||||
|
||||
|
||||
if self.check_token(KeyToken):
|
||||
token = self.peek_token()
|
||||
event = MappingStartEvent(None, None, True,
|
||||
|
||||
Reference in New Issue
Block a user