Skip to content

Commit

Permalink
fix import linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 6, 2023
1 parent 75b9bd4 commit c2c794b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weaver/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import os
import secrets
import smtplib
from typing import TYPE_CHECKING

from cryptography.fernet import Fernet
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
from typing import TYPE_CHECKING

from mako.template import Template
from pyramid.settings import asbool

Expand Down

0 comments on commit c2c794b

Please sign in to comment.