Sort imports

This commit is contained in:
tek
2023-05-24 12:03:49 +02:00
parent 289b7efdeb
commit a1994079b1
3 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
Python script to download the Apple RSS feed and parse it.
"""
import os
import json
import os
import urllib.request
from xml.dom.minidom import parseString