improve sort columns and UI placeholders

This commit is contained in:
Nick Sweeting 2020-06-30 06:41:48 -04:00
parent 178f6ac1a6
commit c415420f33
3 changed files with 33 additions and 19 deletions

View file

@ -1,5 +1,4 @@
import re
import ssl
import json as pyjson
@ -7,7 +6,6 @@ from typing import List, Optional, Any
from inspect import signature
from functools import wraps
from hashlib import sha256
from urllib.request import Request, urlopen
from urllib.parse import urlparse, quote, unquote
from html import escape, unescape
from datetime import datetime