Skip to content

Commit 51950fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc1ed80 commit 51950fe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pylint/lint/pylinter.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
)
5151
from pylint.lint.utils import (
5252
_is_env_set_and_non_empty,
53-
_is_relative_to,
5453
augmented_sys_path,
5554
get_fatal_error_message,
5655
prepare_crash_report,

pylint/lint/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ def _is_relative_to(self: Path, *other: Path) -> bool:
152152
def _is_env_set_and_non_empty(env_var: str) -> bool:
153153
"""Checks if env_var is set and non-empty."""
154154
return bool(os.environ.get(env_var))
155-

0 commit comments

Comments
 (0)