Skip to content

Commit eb33cd9

Browse files
committed
2 parents 04a9c92 + 86a02ed commit eb33cd9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Inventory_System/app/api/utils/user_auth_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,3 @@ def get_user_auth(db_session:Session=Depends(db_session))->Auth:
125125

126126
#userAuth = Auth() #constructor function
127127

128-
# is class is callable/invoke = yes
129-
# object itself is callable/invoke = no

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# **Learning FASTAPI**
2+
---
3+
## ->Some CRUD Fastapi Project
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+

0 commit comments

Comments
 (0)