Skip to content

Commit

Permalink
Fix whitespace errors from black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Jul 31, 2024
1 parent 43c0d3f commit 2058334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/trustymail/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
Notes:
If no scan type options are specified, all are run against a given domain/input.
"""

# Standard Python Libraries
# Built-in imports
import errno
Expand Down
1 change: 1 addition & 0 deletions tests/test_trustymail.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the trustymail module."""

# Standard Python Libraries
import unittest

Expand Down

0 comments on commit 2058334

Please sign in to comment.