mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
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:
parent
371d86d9a4
commit
522e049d27
2 changed files with 1 additions and 187 deletions
|
|
@ -2,6 +2,4 @@
|
|||
Utility functions and classes for the atroposlib package.
|
||||
"""
|
||||
|
||||
from .config_handler import ConfigHandler
|
||||
|
||||
__all__ = ["ConfigHandler"]
|
||||
__all__ = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue