Skip to content

Commit

Permalink
[enh] add other identifiers for fstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Aug 12, 2018
1 parent 1a203a6 commit bd2ccad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbaron/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,11 +779,11 @@ def fst(self):


class InterpolatedStringNode(Node, LiteralyEvaluable):
pass
_other_identifiers = ["fstring"]


class InterpolatedRawStringNode(Node, LiteralyEvaluable):
pass
_other_identifiers = ["raw_fstring"]


class KwargsOnlyMarkerNode(Node):
Expand Down

0 comments on commit bd2ccad

Please sign in to comment.