8000 Compileall rx argument fix by hatal175 · Pull Request #5172 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Compileall rx argument fix #5172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments. < 8000 button type="button" data-view-component="true" class="js-toc-retry btn-link"> Retry
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
hatal175 committed Apr 1, 2021
commit b86eef9d0ded391a11f4e144e968388482f6dbb7
2 changes: 1 addition & 1 deletion stdlib/compileall.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
from _typeshed import AnyPath, SupportsSearch
from typing import Any, AnyStr, Optional
from typing import AnyStr, Optional
from typing_extensions import Protocol

if sys.version_info >= (3, 7):
Expand Down
0