Skip to content

Commit 78b85b5

Browse files
jeremymanningclaude
andcommitted
Fix black formatting for notebook magic files
Applied black formatting to notebook_magic.py and test_notebook_magic.py to ensure consistent code style. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 74a33dc commit 78b85b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clustrix/notebook_magic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import json
99
import yaml
1010
from pathlib import Path
11+
1112
# Type hints would be used if adding type annotations in the future
1213
import logging
1314

tests/test_notebook_magic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
ClusterfyMagics,
1616
load_ipython_extension,
1717
)
18+
1819
# Import removed as it's not used directly in tests
1920

2021

0 commit comments

Comments
 (0)