Skip to content

Commit c78322b

Browse files
committed
chore(format): ruff
1 parent 5bbc8d7 commit c78322b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/check_schema_compat.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def _collect_required(schema: Dict[str, Any]) -> Dict[str, Set[str]]:
6363
return reqs
6464

6565

66-
def check_compat(
67-
old: Dict[str, Any], new: Dict[str, Any]
68-
) -> List[str]:
66+
def check_compat(old: Dict[str, Any], new: Dict[str, Any]) -> List[str]:
6967
"""Return a list of breaking-change descriptions (empty = compatible)."""
7068
issues: List[str] = []
7169

0 commit comments

Comments
 (0)