Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 14, 2024
1 parent 08e7343 commit a0a3c8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_hazmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def test_no_cert_patterns(self):
CertificateError,
match="Certificate does not contain any `subjectAltName`s.",
):
verify_service_identity(cert_patterns=[], obligatory_ids=[], optional_ids=[])
verify_service_identity(
cert_patterns=[], obligatory_ids=[], optional_ids=[]
)

def test_dns_id_success(self):
"""
Expand Down

0 comments on commit a0a3c8d

Please sign in to comment.