Enable Ruff RSE (#113695)
This commit is contained in:
parent
685553d17d
commit
82a60fe8ad
155 changed files with 325 additions and 324 deletions
|
@ -40,7 +40,7 @@ def _mock_cond_socket(sockname):
|
|||
"""Return addr if it matches the mock sockname."""
|
||||
if self._addr == sockname:
|
||||
return [sockname]
|
||||
raise AttributeError()
|
||||
raise AttributeError
|
||||
|
||||
return CondMockSock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue