Remove unused config_handler.py and its import

- Deleted config_handler.py which had unused torch import
- Cleaned up utils/__init__.py to remove ConfigHandler import
This commit is contained in:
Dakota 2025-06-04 10:21:46 -05:00
parent 371d86d9a4
commit 522e049d27
2 changed files with 1 additions and 187 deletions

View file

@ -2,6 +2,4 @@
Utility functions and classes for the atroposlib package.
"""
from .config_handler import ConfigHandler
__all__ = ["ConfigHandler"]
__all__ = []