sassoftware / python-sasctl

No newline at end of file FLK-W292
Style
Minor
5 occurrences in this check
no newline at end of file
383
384        zipfile = pzmm.ZipModel.zipFiles(temp_dir, name)
385
386    return zipfile
no newline at end of file
275            else:
276                pprint(result)
277    except RuntimeError as e:
278        parser.error(e)
no newline at end of file
712        else:
713            conversion = 1
714                
715        return conversion
no newline at end of file
35                }
36
37        return cls.post('/projects', json=body,
38                        headers={'Content-Type': 'application/vnd.sas.project+json'})
no newline at end of file
48
49        return cls.post('/folders',
50                        json=body,
51                        headers={'Content-Type': 'application/vnd.sas.content.folder+json'})