You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to refactor conditional logic in partition/auto.py to use a hash map instead of conditional statements. #591 implemented a similar refactor for file_utils/filetype.py.
The text was updated successfully, but these errors were encountered:
The goal of this issue is to refactor conditional logic in
partition/auto.py
to use a hash map instead of conditional statements. #591 implemented a similar refactor forfile_utils/filetype.py
.The text was updated successfully, but these errors were encountered: