Skip to content

Commit

Permalink
Remove outdated-version-block (UP036) (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Nov 28, 2023
1 parent fa162f9 commit dc35190
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys

import ansible
import pytest

Expand All @@ -22,12 +20,6 @@
EXIT_INTERRUPTED = ExitCode.INTERRUPTED
EXIT_NOTESTSCOLLECTED = ExitCode.NO_TESTS_COLLECTED

# pylint: disable=unused-import
if sys.version_info[0] == 2:
import __builtin__ as builtins
else:
import builtins # NOQA


def test_plugin_help(testdir):
"""Verifies expected output from of pytest --help."""
Expand Down

0 comments on commit dc35190

Please sign in to comment.