Skip to content

Commit

Permalink
Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Oct 26, 2024
1 parent c35b9eb commit d9b9a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d9b9a33

Please sign in to comment.