Skip to content

Commit

Permalink
Formatting and remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 31, 2023
1 parent ffce407 commit 910079c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rss_generator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import argparse
import sys
import xml.etree.ElementTree as ET
from datetime import datetime
from email.utils import format_datetime
import argparse
import sys

import markdown
import requests
Expand Down

0 comments on commit 910079c

Please sign in to comment.