Skip to content

Commit 4225415

Browse files
committed
style: apply black formatting to dictionary.py
1 parent df7b79f commit 4225415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prosegrinder/dictionary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class Dictionary:
12-
1312
"""A reference containing Words."""
1413

1514
RE_NUMERIC = re.compile("^[+-]{0,1}\\d{1,3}(?:[,]\\d{3})*(?:[.]\\d*)*$")

0 commit comments

Comments
 (0)