Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 24, 2021
1 parent 2489eb0 commit 7a953f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cssutils/css/value.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,9 +820,9 @@ def _setCssText(self, cssText):
),
)

_operant = lambda: Choice(
_operant = lambda: Choice( # noqa:E731
_DimensionProd(self), _CalcValueProd(self), _CSSVariableProd(self)
) # noqa
)

prods = Sequence(
Prod(
Expand Down

0 comments on commit 7a953f3

Please sign in to comment.