Skip to content

Commit

Permalink
Update signup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8540 authored Mar 26, 2024
1 parent cb59357 commit 62d9763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCP/server/src/db/signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import numpy as np
import sys
import os
from api.login_api import *
from utilities.swen_344_db_utils import *
from src.api.login_api import *
from src.utilities.swen_344_db_utils import *
import hashlib
import secrets

Expand Down

0 comments on commit 62d9763

Please sign in to comment.