Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Upcoming Release (TBD)

Internal
--------

* Work on passing `ruff check` linting.
* Remove backward-compatibility hacks.


1.31.1 (2025/04/25)
Expand Down
6 changes: 1 addition & 5 deletions mycli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@
from urllib.parse import urlparse
from urllib.parse import unquote

try:
import importlib.resources as resources
except ImportError:
# Python < 3.7
import importlib_resources as resources
from importlib import resources

try:
import paramiko
Expand Down