Fix lint/ci
This commit is contained in:
parent
af176f749f
commit
bbdc83f638
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
"""Generate the html documentation based on the asciidoc files."""
|
||||
|
||||
from typing import List, Optional
|
||||
from typing import Optional
|
||||
import re
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -155,5 +155,6 @@
|
|||
"ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
|
||||
"pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
|
||||
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
|
||||
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main"
|
||||
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main",
|
||||
"asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ import shutil
|
|||
import venv as pyvenv
|
||||
import subprocess
|
||||
import platform
|
||||
from typing import List, Optional, Tuple, Dict, Union
|
||||
from typing import List, Tuple, Dict, Union
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir))
|
||||
from scripts import utils, link_pyqt
|
||||
|
|
|
|||
Loading…
Reference in New Issue