Skip to content

Commit 9f2aa02

Browse files
paddymulclaude
andcommitted
fix: remove unused imports in generate_ddd_static_html.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 38a51e3 commit 9f2aa02

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/generate_ddd_static_html.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010
# Ensure the repo root is importable
1111
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
1212

13-
import pandas as pd
14-
import numpy as np
1513
from buckaroo.artifact import to_html
1614
from buckaroo.ddd_library import (
1715
df_with_infinity,
1816
df_with_really_big_number,
1917
df_with_col_named_index,
2018
get_df_with_named_index,
21-
get_multiindex_cols_df,
2219
get_multiindex_with_names_cols_df,
2320
get_multiindex_index_df,
2421
get_multiindex3_index_df,

0 commit comments

Comments
 (0)