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 another unused import
  • Loading branch information
hatal175 committed Apr 1, 2021
commit 1b0748b655fe4861c70af20383211666ce8f349b
1 change: 0 additions & 1 deletion stdlib/compileall.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sys
from _typeshed import AnyPath, SupportsSearch
from typing import AnyStr, Optional
from typing_extensions import Protocol

if sys.version_info >= (3, 7):
from py_compile import PycInvalidationMode
Expand Down
0