sassoftware / python-sasctl

At least two spaces before inline comment FLK-E261
Style
Minor
3 occurrences in this check
at least two spaces before inline comment
110    ('py:class','Request'),
111    ('py:class','_io.BytesIO'),
112    ('py:class','sasctl.utils.pymas.ds2.Ds2Variable'), # not sure what is wrong 
113    ('py:class','sasctl._services.service.Service') # should the Service class be documented?114]
115
116# -- Options for HTML output -------------------------------------------------
at least two spaces before inline comment
109    ('py:class','Response'),
110    ('py:class','Request'),
111    ('py:class','_io.BytesIO'),
112    ('py:class','sasctl.utils.pymas.ds2.Ds2Variable'), # not sure what is wrong 113    ('py:class','sasctl._services.service.Service') # should the Service class be documented?
114]
115
at least two spaces before inline comment
105nitpicky = True
106nitpick_ignore = [
107    ('py:class','optional'),
108    ('py:class','json.encoder.JSONEncoder'), # I don't understand why it can't find it109    ('py:class','Response'),
110    ('py:class','Request'),
111    ('py:class','_io.BytesIO'),