Ran black on sources
This commit is contained in:
parent
6fa68745ba
commit
43378b4c41
30 changed files with 473 additions and 275 deletions
|
|
@ -275,8 +275,7 @@ class CharacterPuppetView(EvenniaWebTest):
|
|||
self.assertTrue(
|
||||
response.status_code >= 400,
|
||||
"Invalid access should return a 4xx code-- either obj not found or permission denied!"
|
||||
" (Returned %s)"
|
||||
% response.status_code,
|
||||
" (Returned %s)" % response.status_code,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue