mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-31 00:39:12 +02:00
Sort imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user