Skip to content

Commit 7f32c35

Browse files
crazyengRaj Balaebail
authored andcommitted
removing unused vars for clarity
1 parent e27c3e2 commit 7f32c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/deserializers/wxf/wxfconsumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def consume_bigreal(self, current_token, tokens, **kwargs):
169169

170170
if match:
171171

172-
num, prec, pow, exp = match.groups()
172+
num, _, _, exp = match.groups()
173173

174174
if exp:
175175
return decimal.Decimal("%se%s" % (num, exp))

0 commit comments

Comments
 (0)