Skip to content

Commit

Permalink
Fix: Useless suppression of 'redefined-outer-name'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrnepr2 committed May 27, 2024
1 parent 67b7791 commit 805663a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt

# pylint: disable=redefined-outer-name

from __future__ import annotations

import os
Expand Down

0 comments on commit 805663a

Please sign in to comment.