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
Prev Previous commit
Next Next commit
remove deprecated warning
  • Loading branch information
corona10 committed Jun 11, 2023
commit 5c460cb09511f4b4ce8e0b7378d415b1f36d62de
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
import warnings


warnings.warn(
"lib2to3 package is deprecated and may not be able to parse Python 3.10+",
DeprecationWarning,
stacklevel=2,
)