Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Dec 27, 2023
1 parent f231b36 commit 8985434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[mypy-checkdmarc.*]
ignore_missing_imports = True

[mypy-decouple.*]
ignore_missing_imports = True

Expand Down
1 change: 0 additions & 1 deletion app/src/lax_record_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import List

import dns.resolver

from checkdmarc import get_base_domain
from checkdmarc.utils import query_dns

Expand Down
2 changes: 1 addition & 1 deletion app/src/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from email.message import Message as EmailMessage
from typing import Any, Callable, Dict, List, Optional

import checkdmarc # type: ignore
import checkdmarc
import dkim
import dkim.util
import dns.exception
Expand Down

0 comments on commit 8985434

Please sign in to comment.