Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves the import statement for `utils.logger.init` from the top level to the `if __name__ == "__main__":` block, ensuring the logger is correctly initialized when running tests. This addresses an issue where the logger wasn't being properly configured.
- Loading branch information