Skip to content

Commit 1ac4631

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8fdc28a commit 1ac4631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fixtures/plugin_attrs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ class tuple(Sequence[Tco], Generic[Tco]):
3535
def __iter__(self) -> Iterator[Tco]: pass
3636
def __contains__(self, item: object) -> bool: pass
3737
def __getitem__(self, x: int) -> Tco: pass
38-
38+
3939
property = object() # Dummy definition

0 commit comments

Comments
 (0)