Skip to content

Commit 50d956f

Browse files
committed
black reformatting
1 parent ee42ba8 commit 50d956f

2 files changed

Lines changed: 2 additions & 8 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/integration/test_pymas.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import pytest
1212

13-
1413
pytest.skip(
1514
"PyMAS functionality is deprecated and will be removed in a future release.",
1615
allow_module_level=True,
@@ -241,9 +240,7 @@ def test_from_pickle(train_data, pickle_file):
241240
end;
242241
243242
endpackage;
244-
""".lstrip(
245-
"\n"
246-
)
243+
""".lstrip("\n")
247244

248245
assert isinstance(p, PyMAS)
249246

@@ -343,9 +340,7 @@ def hello_world():
343340
end;
344341
345342
endpackage;
346-
""".lstrip(
347-
"\n"
348-
)
343+
""".lstrip("\n")
349344

350345
f = tmpdir.join("model.py")
351346
f.write(code)

0 commit comments

Comments
 (0)