fix global test_ssh_pub_key E501 flake8 violation

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-17 05:48:43 -08:00
parent 2892d21ff1
commit 2df7187514
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,6 @@ ignore = E741, W503, W504
#
per-file-ignores =
aurweb/routers/accounts.py:C901
test/test_ssh_pub_key.py:E501
aurweb/routers/packages.py:E741
[isort]