Skip to content

Commit 9dd1765

Browse files
committed
chore: fix formatting
1 parent 1e06d67 commit 9dd1765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/firebase_functions/firestore_fn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _firestore_endpoint_handler(
221221
func(database_event_with_auth_context)
222222
else:
223223
# mypy cannot infer that the event type is correct, hence the cast
224-
_typing.cast(_C1 | _C2, func)(database_event) # type: ignore[arg-type]
224+
_typing.cast(_C1 | _C2, func)(database_event) # type: ignore[arg-type]
225225

226226

227227
@_util.copy_func_kwargs(FirestoreOptions)

0 commit comments

Comments
 (0)