From 5a807bd897b1bdff5757deb3d41e69ec5725acc1 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Fri, 7 Feb 2020 15:06:52 +0100 Subject: update code style: * remove shebangs * remove "codeing: utf-8" * remove "object" in class * use more f-strings * IOError -> OSError * cleanup "super()" calls --- creole/rest_tools/pypi_rest2html.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'creole/rest_tools/pypi_rest2html.py') diff --git a/creole/rest_tools/pypi_rest2html.py b/creole/rest_tools/pypi_rest2html.py index bacdf7f..50b2d54 100644 --- a/creole/rest_tools/pypi_rest2html.py +++ b/creole/rest_tools/pypi_rest2html.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -# coding: utf-8 + """ Try to be so strict as PyPi. -- cgit v1.2.1