From e4a75d7932013f49133178d5d84e5f33634a4879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Sun, 7 May 2017 00:00:11 +0700 Subject: [PATCH] [test_youtube_chapters] PEP 8 --- test/test_youtube_chapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py index 5435ee4a8..cb12f8384 100644 --- a/test/test_youtube_chapters.py +++ b/test/test_youtube_chapters.py @@ -1,5 +1,5 @@ -# coding: utf-8 #!/usr/bin/env python +# coding: utf-8 from __future__ import unicode_literals # Allow direct execution -- 2.30.2