Skip to content

Commit 1f299ae

Browse files
cmyuiclaude
andauthored
Remove Amplitude integration (#17)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 89ffb43 commit 1f299ae

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/usecases/authentication.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ async def authenticate(
6969
hashed_access_token=hashed_access_token,
7070
)
7171

72-
# TODO: log amplitude web_login event
73-
7472
logging.info(
7573
"User successfully authenticated",
7674
extra={
@@ -157,8 +155,6 @@ async def initialize_password_reset(
157155
hashed_token=hashed_password_reset_token,
158156
)
159157

160-
# TODO: log amplitude (web_)password_reset event
161-
162158
logging.info(
163159
"User initiated password reset process",
164160
extra={

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ enable_error_code = truthy-bool, truthy-iterable, ignore-without-code, unused-aw
99
disable_error_code = var-annotated, has-type
1010
allow_untyped_defs = True
1111

12-
[mypy-amplitude.*]
13-
ignore_missing_imports = True
14-
1512
[mypy-orjson.*]
1613
ignore_missing_imports = True
1714

0 commit comments

Comments
 (0)