Skip to content

Commit

Permalink
remove VALID_DICT_FORMATS_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 11, 2021
1 parent 70868bf commit 7e2dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/cmdline/utils/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__all__ = (
'echo', 'echo_info', 'echo_success', 'echo_warning', 'echo_error', 'echo_critical', 'echo_highlight',
'echo_dictionary', 'VALID_DICT_FORMATS_MAPPING'
'echo_dictionary'
)


Expand Down

0 comments on commit 7e2dc6a

Please sign in to comment.