Skip to content

Commit

Permalink
Update generators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Nov 19, 2023
1 parent 398452a commit 486c095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions odin_api/utils/generators.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import string
import secrets

from datetime import datetime

def generate_password(length=8):
Expand Down

0 comments on commit 486c095

Please sign in to comment.