Skip to content

Commit 09487b3

Browse files
committed
Black reformatting
1 parent a7b053d commit 09487b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sasctl/pzmm/writeScoreCode.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,8 @@ def convertMAStoCAS(MASCode, modelId):
679679
if (x != "double" and x != "in_out" and x != "varchar(100)")
680680
]
681681
)
682-
endBlock = (
683-
"method run();\n set SASEP.IN;\n score({});\nend;\nenddata;".format(
684-
inputString
685-
)
682+
endBlock = "method run();\n set SASEP.IN;\n score({});\nend;\nenddata;".format(
683+
inputString
686684
)
687685
replaceStrings = {
688686
"package pythonScore / overwrite=yes;": "data sasep.out;",

0 commit comments

Comments
 (0)