Skip to content

Commit 112c976

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 213d1a2 commit 112c976

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

referencing/_attrs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __dataclass_transform__(
1111
eq_default: bool = ...,
1212
order_default: bool = ...,
1313
kw_only_default: bool = ...,
14-
field_descriptors: tuple[Union[type, Callable[..., Any]], ...] = ...
14+
field_descriptors: tuple[Union[type, Callable[..., Any]], ...] = ...,
1515
) -> Callable[[_T], _T]: ...
1616
@__dataclass_transform__(field_descriptors=(attrib, field))
1717
def define(cls: type[_T]) -> type[_T]: ...

referencing/tests/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ def test_repr(self):
596596

597597

598598
class TestOpaqueSpecification:
599-
600599
THINGS = [{"foo": "bar"}, True, 37, "foo", object()]
601600

602601
@pytest.mark.parametrize("thing", THINGS)

0 commit comments

Comments
 (0)