Skip to content

Commit

Permalink
Feat(Config Manager): Code cleanup
Browse files Browse the repository at this point in the history
Cleans up code in the `ConfigManager` class.
  • Loading branch information
CodeGoat-dev committed Jan 15, 2025
1 parent 2708dae commit 46be89a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ConfigManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# ConfigManager class
class ConfigManager:
"""Provides configuration file management support for Micropython firmware."""

def __init__(self, directory, filename, auto_read=False, auto_save=False):
"""Initialize the configuration manager."""
if directory is None:
Expand Down

0 comments on commit 46be89a

Please sign in to comment.