Skip to content

Commit

Permalink
fix init behavior of ConfigManager
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasmatyassy committed Sep 26, 2024
1 parent 0fcba6a commit f4fe97a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CodonTransformer/CodonUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,6 @@ class ConfigManager(ABC):
"""
Abstract base class for managing configuration settings.
"""
def __init__(self):
self._config: Dict[str, Any] = {}

def __enter__(self):
return self

Expand Down

0 comments on commit f4fe97a

Please sign in to comment.