Skip to content

Commit

Permalink
Fixed mistyped import "regex" and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Dec 1, 2023
1 parent 029114a commit 58a50c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ dnspython
aiohttp
uvloop
argon2-cffi
regex
1 change: 0 additions & 1 deletion server/src/uds/core/managers/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes

from django.conf import settings
from regex import E

from uds.core.util import singleton

Expand Down

0 comments on commit 58a50c6

Please sign in to comment.