Skip to content

Commit 9a9e2fb

Browse files
committed
Added __init to api, moved jwt_ops into
1 parent 6ce4c12 commit 9a9e2fb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/server/api/__init__.py

Whitespace-only changes.
File renamed without changes.

src/server/api/user_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from sqlalchemy import Table, Column, Integer, String, MetaData, ForeignKey, exc, select
1212

13-
import jwt_ops
13+
from api import jwt_ops
1414

1515

1616
metadata = MetaData()

0 commit comments

Comments
 (0)