Added mypy ignore fix for logging.py (library change), as well as quick mac fix on mem.cached

This commit is contained in:
anqixxx
2025-05-21 10:47:01 -07:00
parent 618fbc63d7
commit 6220bde2d6
2 changed files with 3 additions and 2 deletions

View File

@@ -342,7 +342,8 @@ HTML_HEADER: str = """<!DOCTYPE html>
<title>Nominatim - Debug</title>
<style>
""" + \
(HtmlFormatter(nobackground=True).get_style_defs('.highlight') if CODE_HIGHLIGHT else '') + \
(HtmlFormatter(nobackground=True).get_style_defs('.highlight') # type: ignore[no-untyped-call]
if CODE_HIGHLIGHT else '') + \
"""
h2 { font-size: x-large }