Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added type hints to the function signatures of the get_shape() and get_dtype() methods to make the return types explicit. Changed the condition in the get_thumb() method from if save_path != None to if save_path is not None for better readability. Improved the condition in the get_thumb() method by checking for None instead of checking the truthiness of save_path. This is a more explicit check.
- Loading branch information