flake8: apply E3 rules
This commit is contained in:
parent
05340b146b
commit
0f727a2ab4
32 changed files with 534 additions and 70 deletions
|
|
@ -19,8 +19,10 @@
|
|||
# Authors:
|
||||
# Mike McLean <mikem@redhat.com>
|
||||
|
||||
|
||||
class ServerError(Exception):
|
||||
"""Base class for our server-side-only exceptions"""
|
||||
|
||||
|
||||
class ServerRedirect(ServerError):
|
||||
"""Used to handle redirects"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue