Skip to content

Commit

Permalink
Updated utils file to expose additional function required in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ndyashas committed Aug 20, 2020
1 parent 1dc4727 commit 10fb980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhwani/mappings/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["is_supported", "print_current_support", "get_lang_mappings"]
__all__ = ["is_supported", "print_current_support", "get_lang_mappings", "get_supported_conversions"]

import os
import yaml
Expand Down

0 comments on commit 10fb980

Please sign in to comment.