From 5b489212cc608a2c13e8ddca4fd5d60d7a8cde38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 11 May 2016 13:44:04 -0400 Subject: [PATCH] Python bindings: PEP8 mandates two blank lines before class MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- bindings/python/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/common.py b/bindings/python/common.py index c045d3e4..466f2c61 100644 --- a/bindings/python/common.py +++ b/bindings/python/common.py @@ -25,6 +25,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. + class CTFStringEncoding: """ CTF string encodings. -- 2.34.1