Skip to content

Commit a8b8767

Browse files
committed
fix: ruff error, TD006
1 parent bbddcc7 commit a8b8767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/anyconfig/processors/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pylint: disable=unidiomatic-typecheck
66
#
7-
# todo(ssato): #189 fix the mypy error, type-var.
7+
# TODO(ssato): #189 fix the mypy error, type-var.
88
# mypy: disable-error-code=type-var
99
"""Utility functions for anyconfig.processors."""
1010
from __future__ import annotations

0 commit comments

Comments
 (0)