summaryrefslogtreecommitdiff
path: root/pyparsing/exceptions.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2022-06-16 18:09:35 -0500
committerptmcg <ptmcg@austin.rr.com>2022-06-16 18:09:35 -0500
commit8518612eddc9524c23c8dba55a48369d0c0ed1b1 (patch)
treeedc36361297849319381e9e863b5fa5cd2e85fde /pyparsing/exceptions.py
parentc6aa396d58d6d73ad76333bef4b41f5a2ff6f58c (diff)
downloadpyparsing-git-8518612eddc9524c23c8dba55a48369d0c0ed1b1.tar.gz
Cleanup docstrings using replaces_prePEP8_function decorator; and black
Diffstat (limited to 'pyparsing/exceptions.py')
-rw-r--r--pyparsing/exceptions.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/pyparsing/exceptions.py b/pyparsing/exceptions.py
index 4cc45c4..caefdff 100644
--- a/pyparsing/exceptions.py
+++ b/pyparsing/exceptions.py
@@ -4,7 +4,13 @@ import re
import sys
import typing
-from .util import col, line, lineno, _collapse_string_to_ranges, replaces_prePEP8_function
+from .util import (
+ col,
+ line,
+ lineno,
+ _collapse_string_to_ranges,
+ replaces_prePEP8_function,
+)
from .unicode import pyparsing_unicode as ppu