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 committed Apr 23, 2023
1 parent 5aa8a46 commit 154f1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/r/regression/regression_4439.py
Original file line number Diff line number Diff line change
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 154f1ae

Please sign in to comment.