Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mypy/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _verify_exported_names(
object_path + ["__all__"],
(
"names exported from the stub do not correspond to the names exported at runtime. "
"This is probably due to things being missing from the stub, or if present, an inaccurate `__all__` in the stub"
"This is probably due to things being missing from the stub, or an inaccurate `__all__` in the stub"
Comment thread
hauntsaninja marked this conversation as resolved.
Outdated
),
# Pass in MISSING instead of the stub and runtime objects, as the line numbers aren't very
# relevant here, and it makes for a prettier error message
Expand Down