Skip to content

Commit c708cd6

Browse files
committed
lint python
1 parent 3d8c626 commit c708cd6

File tree

1 file changed

+0
-2
lines changed
  • Python/quickstarts/firestore-sync-auth/functions

1 file changed

+0
-2
lines changed

Python/quickstarts/firestore-sync-auth/functions/main.py

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,5 @@ def verify_comment(event: Event[Change[DocumentSnapshot]]) -> None:
3939

4040
# add auth medadata to the document
4141
new_value.reference.update({"created_by": user_auth_id, "verified": verified})
42-
43-
4442
# [END verifyComment]
4543
# [END all]

0 commit comments

Comments
 (0)