Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Jun 12, 2024
1 parent a9410d8 commit f62e81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_tests/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def lookup_symbol(symbol: str) -> dict[str, str]:
missing -= {"owner", "is_mount", "group"}
if tool == "jedi" and sys.platform == "win32":
extra -= {"owner", "is_mount", "group"}

# not sure why jedi in particular ignores this (static?) method in 3.13
# (especially given the method is from 3.12....)
if (
Expand Down

0 comments on commit f62e81e

Please sign in to comment.