From 2a96f2a3973b3c30c39aafd71d322f93dd8ab614 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 2 Dec 2022 11:34:53 -0500 Subject: [PATCH] Fix indentation --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e7f6ea922..32db4e95c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -163,7 +163,7 @@ test = # https://github.com/python/importlib_metadata/issues/407 importlib_metadata < 5; python_version < "3.8" -# Pin a specific pyflakes so we don't have different folks + # Pin a specific pyflakes so we don't have different folks # disagreeing on what is or is not a lint issue. We can bump # this version from time to time, but we will do it # intentionally.