Skip to content

Commit 600b5d1

Browse files
jeremymanningclaude
andcommitted
Apply black formatting to notebook_magic.py
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5b322cf commit 600b5d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clustrix/notebook_magic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ def __init__(self, auto_display: bool = False):
271271
self.configs: Dict[str, Dict[str, Any]] = {}
272272
self.current_config_name: Optional[str] = None
273273
self.config_files: List[Path] = []
274-
self.config_file_map: Dict[str, Path] = {} # Maps config names to their source files
274+
self.config_file_map: Dict[str, Path] = (
275+
{}
276+
) # Maps config names to their source files
275277
self.auto_display = auto_display
276278
# Initialize configurations
277279
self._initialize_configs()

0 commit comments

Comments
 (0)