Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2024
1 parent bc1ed80 commit 51950fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pylint/lint/pylinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
)
from pylint.lint.utils import (
_is_env_set_and_non_empty,
_is_relative_to,
augmented_sys_path,
get_fatal_error_message,
prepare_crash_report,
Expand Down
1 change: 0 additions & 1 deletion pylint/lint/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,3 @@ def _is_relative_to(self: Path, *other: Path) -> bool:
def _is_env_set_and_non_empty(env_var: str) -> bool:
"""Checks if env_var is set and non-empty."""
return bool(os.environ.get(env_var))

0 comments on commit 51950fe

Please sign in to comment.