Skip to content

Commit 23a8d27

Browse files
committed
chores: Updates import naming
1 parent 7df03bb commit 23a8d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auth/domain/model.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from string import Template
1010
from pathlib import Path
1111

12-
from craftship.core import domain, utils
13-
from craftship.auth import config
12+
from src.core import domain, utils
13+
from src.auth import config
1414

1515
crypt = CryptContext(schemes=["bcrypt"], deprecated="auto")
1616

0 commit comments

Comments
 (0)