mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Unused weird 'codec' thingy
This commit is contained in:
parent
6a818a28c5
commit
42c44c31bd
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
# ############################################################################
|
# ############################################################################
|
||||||
|
|
Loading…
Reference in a new issue