From 300ea6631c0944077b81b542369225c63994d17d Mon Sep 17 00:00:00 2001 From: Chris Brew Date: Sat, 24 Feb 2024 15:00:13 -0500 Subject: [PATCH] ran black --- eyecite/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eyecite/utils.py b/eyecite/utils.py index c5155eb..074a196 100644 --- a/eyecite/utils.py +++ b/eyecite/utils.py @@ -3,6 +3,7 @@ import re from lxml import etree + def strip_punct(text: str) -> str: """Strips punctuation from a given string Adapted from nltk Penn Treebank tokenizer