Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2022
1 parent 78e6498 commit 6ffbcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_slots.py
Expand Up @@ -8,6 +8,7 @@
import sys
import types
import weakref

from unittest import mock

import pytest
Expand Down Expand Up @@ -745,6 +746,7 @@ def f(self):
assert B(11).f == 121
assert B(17).f == 289


@attr.s(slots=True)
class A:
x = attr.ib()
Expand Down

0 comments on commit 6ffbcf6

Please sign in to comment.