Linting 2

This commit is contained in:
zandercymatics 2024-02-12 12:49:46 -07:00
parent 5de2df1872
commit 9fa5ba8209
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -48,7 +48,6 @@ logger = logging.getLogger(__name__)
class TestDomainAdmin(MockEppLib, WebTest): class TestDomainAdmin(MockEppLib, WebTest):
# csrf checks do not work with WebTest. # csrf checks do not work with WebTest.
# We disable them here. TODO for another ticket. # We disable them here. TODO for another ticket.
csrf_checks = False csrf_checks = False