Fix #2 and update .lessfilter to Pygments v2.14.0

This commit is contained in:
CoeJoder
2023-01-01 21:44:53 -08:00
parent 5fc71d9e20
commit e5d89d3d2b
4 changed files with 51 additions and 51 deletions

View File

@@ -2,7 +2,6 @@ from typing import List, Iterable
import re
import requests
import os
from lxml import html
from lxml.html import HtmlElement
from lxml.cssselect import CSSSelector