From a89f95817c3bba4f92d15adb8d0fa6a526921887 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 4 Jan 2019 18:08:44 +0100 Subject: [PATCH] PEP8 --- errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/errors.py b/errors.py index 13271545..49a26011 100644 --- a/errors.py +++ b/errors.py @@ -49,5 +49,6 @@ class VideoIsNotReady(Exception): class PrivateError(Exception): pass + class PastDateError(Exception): pass