Skip to content

Commit 77f4dcc

Browse files
committed
flak8 spacing fixes.
1 parent 227ce72 commit 77f4dcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roundup/cgi/exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99

1010
from roundup.exceptions import RoundupException
1111

12+
1213
class RoundupCGIException(RoundupException):
1314
pass
1415

16+
1517
class HTTPException(RoundupCGIException):
1618
pass
1719

@@ -54,12 +56,14 @@ class FormError(ValueError):
5456
"""
5557
pass
5658

59+
5760
class IndexerQueryError(RoundupException):
5861
"""Raised to handle errors from FTS searches due to query
5962
syntax errors.
6063
"""
6164
pass
6265

66+
6367
class SendFile(RoundupException):
6468
"""Send a file from the database."""
6569

0 commit comments

Comments
 (0)