From d9b9a33547bea256034504954634777bf0e34f76 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 26 Oct 2024 17:25:01 -0400 Subject: [PATCH] Reformatting --- build.sh | 2 +- tests.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 47a049f..408f236 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ fi . venv/bin/activate pip install -U pip pip install -U -r requirements.txt -black --check . +black . cd docs make clean make html diff --git a/tests.py b/tests.py index e1f44f0..50087d4 100755 --- a/tests.py +++ b/tests.py @@ -348,10 +348,10 @@ def testInvalidDMARCPolicyValue(self): ) def testBIMI(self): - """Test BIMI checks """ + """Test BIMI checks""" domain = "chase.com" - results = checkdmarc.bimi.check_bimi(domain) + results = checkdmarc.bimi.check_bimi(domain) self.assertEqual(len(results["warnings"]), 0)