Skip to content

Commit

Permalink
Merge pull request #615 from scidsg/dependency-cleanup
Browse files Browse the repository at this point in the history
cleaned up dependencies
  • Loading branch information
brassy-endomorph authored Sep 23, 2024
2 parents 16c4b5d + 4b70a83 commit f6e46c1
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 84 deletions.
3 changes: 1 addition & 2 deletions hushline/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from flask_sqlalchemy.model import Model
from passlib.hash import scrypt
from sqlalchemy import Index
from sqlalchemy.orm import Mapped, mapped_column, relationship

from .crypto import decrypt_field, encrypt_field
from .db import db
Expand All @@ -16,8 +17,6 @@
else:
Model = db.Model

from sqlalchemy.orm import Mapped, mapped_column, relationship


@enum.unique
class SMTPEncryption(enum.Enum):
Expand Down
Loading

0 comments on commit f6e46c1

Please sign in to comment.