Skip to content

Commit d6bdaf7

Browse files
tosin2013claude
andcommitted
fix: Remove unused import and fix markdown formatting
- Remove unused get_ssh_conn_id import from dag_template.py (template uses BashOperator, not SSHOperator) - Add blank line before bullet list in CLAUDE.md for proper markdown 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 605b39e commit d6bdaf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ create_vm = SSHOperator(
118118
```
119119

120120
The prefix is controlled by:
121+
121122
- `QUBINODE_KCLI_SUDO=true|false` - Explicit control
122123
- Auto-detect: Uses sudo if `QUBINODE_SSH_USER` is not root
123124

airflow/dags/templates/dag_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Import helpers for portable DAGs
3232
# See dag_helpers.py for documentation
33-
from dag_helpers import get_ssh_conn_id, get_kcli_prefix
33+
from dag_helpers import get_kcli_prefix
3434

3535
# =============================================================================
3636
# kcli Prefix Configuration

0 commit comments

Comments
 (0)