Skip to content

Commit 2a00c47

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f3cf76 commit 2a00c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_next_gen.py

+1
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def test_resolve_types(self):
429429
"""
430430
Types can optionally be resolve directly by the decorator.
431431
"""
432+
432433
@attrs.define(resolve_types=True)
433434
class A:
434435
x: "int" = 10

0 commit comments

Comments
 (0)