Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jules-ch committed Sep 3, 2022
1 parent 0f05e0b commit 7f1cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pint/facets/context/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def context(self, *names, **kwargs) -> ContextManager[Context]:
--------
Context can be called by their name:
import pint.facets.context.objects
import pint.facets.context.objects
>>> import pint
>>> ureg = pint.UnitRegistry()
>>> ureg.add_context(pint.facets.context.objects.Context('one'))
Expand Down

0 comments on commit 7f1cfcf

Please sign in to comment.