We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7e31d commit cfa0db3Copy full SHA for cfa0db3
server/cli.py
@@ -31,7 +31,7 @@ def email():
31
db.session.commit()
32
33
email = Email(
34
- date=datetime.datetime.now(datetime.timezone.utc), # type: ignore
+ date=datetime.datetime.now(datetime.timezone.utc),
35
sender="azliu@mit.edu",
36
subject=subject,
37
body=body,
server/nlp/__init__.py
@@ -0,0 +1 @@
1
+"""nlp module."""
0 commit comments