Removing thirdparty OrderedDict

This commit is contained in:
Miroslav Štampar 2026-07-01 15:26:59 +02:00
parent 62a7bf3b03
commit 40a31c155c
12 changed files with 17 additions and 162 deletions

View file

@ -57,7 +57,7 @@ from lib.parse.html import htmlParser
from thirdparty import six
from thirdparty.chardet import detect
from thirdparty.identywaf import identYwaf
from thirdparty.odict import OrderedDict
from collections import OrderedDict
from thirdparty.six import unichr as _unichr
from thirdparty.six.moves import http_client as _http_client