Skip to content

Commit ea01611

Browse files
committed
chore: fix comment
Signed-off-by: Samuel Babak <samuel.babak@sas.com>
1 parent 92b256e commit ea01611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def installed_packages():
4646
Uses pip freeze functionality so pip module must be present. For pip
4747
versions >=20.1, this functionality fails to provide versions for some
4848
conda installed, locally installed, and url installed packages. Instead
49-
uses the pkg_resources package which is typically bundled with pip.
49+
uses the importlib package which is typically bundled with python.
5050
5151
"""
5252
from packaging import version

0 commit comments

Comments
 (0)