Skip to content

Commit

Permalink
Disable import-error as attrs is no longer a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Apr 23, 2023
1 parent 5f7e2a5 commit c2936a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/r/regression/regression_4439.py
Expand Up @@ -7,7 +7,7 @@

from typing import Optional

from attr import attrib, attrs
from attr import attrib, attrs # pylint: disable=import-error


@attrs()
Expand Down

0 comments on commit c2936a5

Please sign in to comment.