Skip to content

Commit

Permalink
ci: Please pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 30, 2024
1 parent 1957963 commit 68651c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

from __future__ import annotations

import collections.abc as cabc
import json
import os
import typing as t
from unittest import mock

Expand Down Expand Up @@ -117,6 +115,7 @@ def cli_mocks(monkeypatch: pytest.MonkeyPatch) -> CLIMocks:
)


# pylint: disable=redefined-outer-name
def test_migrate_model_elements(cli_mocks: CLIMocks):
command: list[str] = [
"--polarion-project-id",
Expand Down

0 comments on commit 68651c8

Please sign in to comment.