Skip to content

Commit 681d7ce

Browse files
committed
black reformatting
1 parent fe02102 commit 681d7ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sasctl/pzmm/write_score_code.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,21 +452,20 @@ def _write_imports(
452452
try:
453453
if current_session().version_info() != 3.5:
454454
self.score_code += "import settings\n\n"
455-
455+
456456
"""
457457
import settings
458458
459459
460460
"""
461-
461+
462462
except AttributeError:
463463
warn(
464464
"No current session connection was found to a SAS Viya server. Score "
465465
"code will be written under the assumption that the target server is "
466466
"SAS Viya 4."
467467
)
468468
self.score_code += "import settings\n\n"
469-
470469

471470
if mojo_model or binary_h2o_model:
472471
self.score_code += "import h2o\n\nh2o.init()\n\n"

0 commit comments

Comments
 (0)