Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to use dataclasses instead of namedtuple #27

Merged
merged 2 commits into from
Nov 7, 2024

Fix slots missing in python 3.9

305ce2a
Select commit
Loading
Failed to load commit list.
Merged

Refactor to use dataclasses instead of namedtuple #27

Fix slots missing in python 3.9
305ce2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 7, 2024 in 0s

93.47% of diff hit (target 46.44%)

View this Pull Request on Codecov

93.47% of diff hit (target 46.44%)

Annotations

Check warning on line 71 in command_line_assistant/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/config.py#L71

Added line #L71 was not covered by tests

Check warning on line 145 in command_line_assistant/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

command_line_assistant/config.py#L145

Added line #L145 was not covered by tests