Skip to content

Commit

Permalink
Fix misnamed merging extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Nov 18, 2024
1 parent d95f854 commit 19b35b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmtr/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
from fmtr.tools import merging_tools as merging
from fmtr.tools.merging_tools import merge
except ImportError as exception:
merging = merge = MissingExtraMockModule('merge', exception)
merging = merge = MissingExtraMockModule('merging', exception)

try:
from fmtr.tools import api_tools as api
Expand Down
2 changes: 1 addition & 1 deletion fmtr/tools/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 19b35b1

Please sign in to comment.