From 11f1e99707b9c6cfa2554de27ee68e485525e1ee Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Sun, 2 Aug 2026 04:54:48 -0700 Subject: [PATCH] Fix typo --- scripts/checkstyle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkstyle.py b/scripts/checkstyle.py index 6028d9b..75a2911 100755 --- a/scripts/checkstyle.py +++ b/scripts/checkstyle.py @@ -3,7 +3,7 @@ import argparse import os import re import sys -from collections.abc import Callable # Compatability. +from collections.abc import Callable # Compatibility. from pathlib import Path from typing import Any