Skip to content

Commit

Permalink
chore(lint): remove BaseConfig ABC
Browse files Browse the repository at this point in the history
  • Loading branch information
gpajot committed May 13, 2024
1 parent 881ae49 commit d70251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenconfig/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def to_dict(self, config: Any, encoder: Encoder) -> Dict[str, Any]:
"""Dump the config to dict."""


class BaseConfig(ABC):
class BaseConfig:
"""Abstract base class for handling config files."""

# Environment variable name holding the config file path to load.
Expand Down

0 comments on commit d70251e

Please sign in to comment.