We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe062d commit dac2a75Copy full SHA for dac2a75
2 files changed
lizmap/plugin_manager.py
@@ -56,7 +56,7 @@ def __init__(self):
56
date_string = latest_stable_date.toString(QLocale().dateFormat(QLocale.FormatType.ShortFormat))
57
58
template = (
59
- '{name} <a href="{url}">' # noqa: RUF027
+ '{name} <a href="{url}">'
60
'{tag} - {date}'
61
'</a>'
62
)
tests/test_postgresql.py
@@ -1,5 +1,4 @@
1
2
-from typing import Optional
3
4
import psycopg
5
import pytest
0 commit comments