Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Prepare to merge `develop` into this PR.

Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Jan 11, 2024
1 parent f5ad245 commit 2711970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pint/delegates/formatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@


from .base_formatter import BaseFormatter
from .iso80000_formatter import ISO80000Formatter


class Formatter(BaseFormatter):
class Formatter(ISO80000Formatter, BaseFormatter):
# TODO: this should derive from all relevant formaters to
# reproduce the current behavior of Pint.
pass
Expand Down

0 comments on commit 2711970

Please sign in to comment.