summaryrefslogtreecommitdiff
path: root/pyparsing/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyparsing/testing.py')
-rw-r--r--pyparsing/testing.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyparsing/testing.py b/pyparsing/testing.py
index a6add20..86623b9 100644
--- a/pyparsing/testing.py
+++ b/pyparsing/testing.py
@@ -53,7 +53,9 @@ class pyparsing_test:
self._save_context["packrat_enabled"] = ParserElement._packratEnabled
if ParserElement._packratEnabled:
- self._save_context["packrat_cache_size"] = ParserElement.packrat_cache.size
+ self._save_context[
+ "packrat_cache_size"
+ ] = ParserElement.packrat_cache.size
else:
self._save_context["packrat_cache_size"] = None
self._save_context["packrat_parse"] = ParserElement._parse