Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 18, 2024
1 parent b0b9183 commit c910c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendar_connector/cryptography.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random
import hashlib

from consts import PRESENCE
from calendar_connector.consts import PRESENCE

_alphabet = string.printable

Expand Down
2 changes: 1 addition & 1 deletion calendar_connector/database/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from calendar_connector.cryptography import generate_salt, generate_hash
from calendar_connector.database import db
from custom_exceptions import TooManyUsersException
from calendar_connector.custom_exceptions import TooManyUsersException


class User(Model):
Expand Down

0 comments on commit c910c74

Please sign in to comment.