mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-31 08:25:22 +08:00
Fix some more fast parser issues.
This commit is contained in:
@@ -432,7 +432,7 @@ class Indent(Leaf):
|
||||
|
||||
|
||||
class Dedent(Leaf):
|
||||
type = 'indent'
|
||||
type = 'dedent'
|
||||
__slots__ = ()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user