Skip to content

Commit

Permalink
fix(import): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Mar 1, 2024
1 parent a54a7c4 commit 317f9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/apps/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import psycopg2

from apps.core.utils import from_secret
from apps.core.db import from_secret


def create_database(database_name=None):
Expand Down

0 comments on commit 317f9b6

Please sign in to comment.