Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Sassoulas <[email protected]>
  • Loading branch information
DanielNoord and Pierre-Sassoulas authored Sep 30, 2022
1 parent 1181431 commit 4d8611f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/whatsnew/fragments/7528.bugfix
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix bug in getting name attribute from Attribute node.
Fixed a crash of the ``modified_iterating`` checker when iterating on a set defined as a class attribute.

Closes #7528
2 changes: 1 addition & 1 deletion tests/functional/m/modified_iterating.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for iterating-modified messages"""
# pylint: disable=not-callable,unnecessary-comprehension,too-few-public-methods, missing-class-docstring, missing-function-docstring
# pylint: disable=not-callable,unnecessary-comprehension,too-few-public-methods,missing-class-docstring,missing-function-docstring

import copy
from enum import Enum
Expand Down

0 comments on commit 4d8611f

Please sign in to comment.