Skip to content

Commit

Permalink
remove unnecessary pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 5, 2024
1 parent 8a36ce1 commit d5ea3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpkit/units.py
@@ -1,6 +1,6 @@
"wraps pint in gpkit monomials"
import pint
ureg = pint.UnitRegistry() # pylint: disable=invalid-name
ureg = pint.UnitRegistry()
ureg.define("USD = [money] = $")
pint.set_application_registry(ureg)
Quantity = ureg.Quantity
Expand Down

0 comments on commit d5ea3bc

Please sign in to comment.