Skip to content
Snippets Groups Projects
Commit ca86afb4 authored by OndraRehounek's avatar OndraRehounek Committed by jan.bednarik
Browse files

wtf isort...

parent 513385cc
No related branches found
No related tags found
2 merge requests!442Release,!432Feature/majak imports
...@@ -4,10 +4,12 @@ import urllib ...@@ -4,10 +4,12 @@ import urllib
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import zipfile import zipfile
from datetime import date from datetime import date
from http.client import InvalidURL
from io import StringIO from io import StringIO
from shutil import rmtree from shutil import rmtree
from sys import stdout from sys import stdout
from typing import List from typing import List
from urllib.error import HTTPError
import markdown.serializers import markdown.serializers
import yaml import yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment