sassoftware / python-sasctl

Blank line contains whitespace FLK-W293
Style
Minor
3 occurrences in this check
blank line contains whitespace
 463                "SAS Viya 4."
 464            )
 465            cls.score_code += "import settings\n\n"
 466			 467
 468        if mojo_model or binary_h2o_model:
 469            cls.score_code += "import h2o\n\nh2o.init()\n\n"
blank line contains whitespace
 455                
 456                
 457                """
 458                 459        except AttributeError:
 460            warn(
 461                "No current session connection was found to a SAS Viya server. Score "
blank line contains whitespace
 449        try:
 450            if current_session().version_info() != 3.5:
 451                cls.score_code += "import settings\n\n"
 452                 453                """
 454import settings
 455