Skip to content

Commit a4aeaa4

Browse files
committed
chore(cli): remove redundant module docstrings and __future__ imports from chart modules
1 parent 70b785c commit a4aeaa4

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

pacta/cli/_ascii_chart.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
"""
2-
ASCII chart rendering for terminal output.
3-
4-
Provides simple chart rendering without external dependencies.
5-
"""
6-
7-
from __future__ import annotations
8-
9-
101
def render_line_chart(
112
values: list[float],
123
labels: list[str],

pacta/cli/_mpl_chart.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
"""
2-
Matplotlib chart rendering for image export.
3-
4-
This module requires matplotlib (install with `pip install pacta[viz]`).
5-
"""
6-
7-
from __future__ import annotations
8-
91
from datetime import datetime
102
from pathlib import Path
113

0 commit comments

Comments
 (0)