Unused weird 'codec' thingy

This commit is contained in:
Alexandre Aubin 2021-10-23 16:15:50 +02:00
parent 6a818a28c5
commit 42c44c31bd

View file

@ -7,14 +7,11 @@ import re
import json import json
import shlex import shlex
import urllib.request import urllib.request
import codecs
import subprocess import subprocess
import time import time
import statistics import statistics
from datetime import datetime from datetime import datetime
reader = codecs.getreader("utf-8")
# ############################################################################ # ############################################################################
# Helper list # Helper list
# ############################################################################ # ############################################################################