diff --git a/.claude/governance.md b/.claude/governance.md index 8628043494..2d5e02b7ab 100644 --- a/.claude/governance.md +++ b/.claude/governance.md @@ -60,4 +60,3 @@ Do not: - Do not catch bare `Exception` — catch specific exceptions - Do not use mutable default arguments (e.g., `def f(x=[])`) - Do not use `import *` — use explicit imports -