Moved mod_str function from forms.py back to stats.py, and black formatting.

This commit is contained in:
Mark Wolfman
2021-07-07 10:29:46 -05:00
parent 8a054b335f
commit a31b9eb42c
10 changed files with 99 additions and 59 deletions
+1
View File
@@ -25,5 +25,6 @@ class JSONFormatError(RuntimeError):
class UnknownFileType(RuntimeError):
"""The input file does not match one of the known formats."""
class UnknownOutputFormat(RuntimeError):
"""The output format requested is not one of the known outputs."""