We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bda6c0 commit 2e80575Copy full SHA for 2e80575
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "python.analysis.autoImportCompletions": false
3
+}
2025-01/python_basics/userDataManager/user_ops.py
@@ -11,6 +11,7 @@ def returnDBContent():
11
except:
12
print("could not retrieve db content...")
13
return None
14
+
15
def validateUser(user):
16
if not bool(user.get("name") and user.get("email")):
17
return False
0 commit comments