Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Dec 19, 2024
1 parent 71cadc7 commit dd4243d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/docs.client.samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit dd4243d

Please sign in to comment.