Skip to content

Commit 1a9bdb0

Browse files
committed
chore: revert testing change
Signed-off-by: Samuel Babak <[email protected]>
1 parent 73500e4 commit 1a9bdb0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/sasctl/_services/model_repository.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from ..core import current_session, delete, get, sasctl_command, RestObj
1919
from .service import Service
2020

21-
2221
FUNCTIONS = {
2322
"Analytical",
2423
"Classification",

tests/unit/test_misc_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def test_list_packages():
1212
from sasctl.utils.misc import installed_packages
1313

1414
packages = installed_packages()
15-
print(packages)
1615

1716
# We know that these packages should always be present
1817
assert any(re.match("requests==.*", p) for p in packages)

0 commit comments

Comments
 (0)