Skip to content

Commit

Permalink
Fix for linters
Browse files Browse the repository at this point in the history
  • Loading branch information
em1208 committed Mar 4, 2024
1 parent 24c6557 commit 5e56155
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pint/testsuite/regressions/test_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@


class TestRegressions:

def test_lng_conversion(self):
ureg = UnitRegistry()
ureg.load_definitions('pint/testsuite/regressions/conv.txt')
ureg.load_definitions("pint/testsuite/regressions/conv.txt")
ureg.enable_contexts("lng")
u = ureg.Unit("watt")
u = ureg.Unit("watt")
assert u.compatible_units()

0 comments on commit 5e56155

Please sign in to comment.