From dd4243dafdc2b553b99f12c9a46444ceb85ba4fe Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 19 Dec 2024 17:22:37 -0500 Subject: [PATCH] Remove unnecessary import --- app/routes/docs.client.samples.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/routes/docs.client.samples.md b/app/routes/docs.client.samples.md index 059507b46..1cf3f3f89 100644 --- a/app/routes/docs.client.samples.md +++ b/app/routes/docs.client.samples.md @@ -44,8 +44,6 @@ def parse_voevent_alert_to_dict(message_value): Use the following to save the data to a local file: ```python -import json - def save_alert(message): with open('path/to/your/file', 'wb') as file: file.write(message.value())