Skip to content

Commit

Permalink
Removing PY3.13 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jun 24, 2024
1 parent 290e467 commit 406a638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion netmiko/_telnetlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ All contributions were made by the original contributor as documented
in the referenced github.com repository or as documented otherwise
by telnetlib's history.

Kirk Byers has made no code contributions to this library.
Kirk Byers has made no code contributions to this library (well I
removed one deprecation warning for PY3.13)

2 changes: 1 addition & 1 deletion netmiko/_telnetlib/telnetlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from time import monotonic as _time
import warnings

warnings._deprecated(__name__, remove=(3, 13))
# warnings._deprecated(__name__, remove=(3, 13))

__all__ = ["Telnet"]

Expand Down

0 comments on commit 406a638

Please sign in to comment.