From d405f1b53f3afba43cfe967bb4f150047a1eccbd Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 10 Feb 2022 19:40:00 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9A=AB=20Fade=20to=20black.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises.py b/exercises.py index bc0106ee..c88fa983 100644 --- a/exercises.py +++ b/exercises.py @@ -40,6 +40,6 @@ def entrypoint_regexp_perf(): import importlib_metadata import re - input = '0' + ' ' * 2 ** 10 + '0' # end warmup + input = '0' + ' ' * 2**10 + '0' # end warmup re.match(importlib_metadata.EntryPoint.pattern, input)