Skip to content

Commit 7d45066

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 85fabfb commit 7d45066

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/trio/_tests/test_exports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def lookup_symbol(symbol: str) -> dict[str, Any]: # type: ignore[misc, explicit
509509
# (which might or might not happen and we don't know)
510510
missing.discard("__annotate_func__")
511511
missing.discard("__annotations_cache__")
512-
512+
513513
if tool == "jedi" and class_ == trio.open_memory_channel:
514514
# something is seriously wrong with jedi's understanding of open_memory_channel...
515515
for attrib in (
@@ -522,7 +522,7 @@ def lookup_symbol(symbol: str) -> dict[str, Any]: # type: ignore[misc, explicit
522522
"__mul__",
523523
"__rmul__",
524524
"count",
525-
"index"
525+
"index",
526526
):
527527
missing.remove(class_)
528528

0 commit comments

Comments
 (0)