Skip to content

Commit 2ece4e4

Browse files
committed
Ignore pylint error
1 parent e48a9b3 commit 2ece4e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scheduler/app/faas_scheduler/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ def get_statistics_grouped_by_base(
541541
page: int,
542542
per_page: int,
543543
) -> Tuple[List[dict], int]:
544+
# pylint: disable=E1102
545+
# False positive caused by https://github.com/pylint-dev/pylint/issues/8138
546+
544547
fields = [
545548
ScriptLog.dtable_uuid,
546549
func.count(ScriptLog.id).label("number_of_runs"),

0 commit comments

Comments
 (0)