Skip to content

Commit

Permalink
Removed pylint pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva committed Feb 8, 2024
1 parent fcf72d2 commit 4002e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core_codemods/file_resource_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def _is_fixable(
)
# is closed?
name_condition = map(
# pylint: disable-next=cell-var-from-loop
lambda n: not self._is_closed(n) and not name_escapes_partial(n),
named_targets,
)
Expand Down

0 comments on commit 4002e13

Please sign in to comment.