Skip to content

Commit dac2a75

Browse files
committed
Fix lint errors
1 parent efe062d commit dac2a75

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lizmap/plugin_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self):
5656
date_string = latest_stable_date.toString(QLocale().dateFormat(QLocale.FormatType.ShortFormat))
5757

5858
template = (
59-
'{name} <a href="{url}">' # noqa: RUF027
59+
'{name} <a href="{url}">'
6060
'{tag} - {date}'
6161
'</a>'
6262
)

tests/test_postgresql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
from typing import Optional
32

43
import psycopg
54
import pytest

0 commit comments

Comments
 (0)