mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-06 16:40:39 +00:00
Rewrite mock.mock attribute accesses (#1533)
This commit is contained in:
parent
509c6d5ec7
commit
f1a183c171
7 changed files with 120 additions and 32 deletions
3
foo.py
Normal file
3
foo.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import mock.mock
|
||||
|
||||
x = mock.mock.Mock()
|
Loading…
Add table
Add a link
Reference in a new issue