Skip to content
Snippets Groups Projects
Commit de516dbd authored by Erik Reid's avatar Erik Reid
Browse files

pep8 - ignore long string literal

parent a7c190c6
No related branches found
No related tags found
No related merge requests found
...@@ -1378,7 +1378,7 @@ def gws_direct_config(): ...@@ -1378,7 +1378,7 @@ def gws_direct_config():
</tbody> </tbody>
</table> </table>
</body> </body>
</html>''' </html>''' # noqa: E501
def _to_row(counter, header=False): def _to_row(counter, header=False):
_columns = ( _columns = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment