From e740f6bb49504d66567dc4d1956cea36b92ae3b5 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Fri, 5 Jul 2019 19:53:29 -0500 Subject: [PATCH] Re-blacken _utils.py --- ffmpeg/_utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg/_utils.py b/ffmpeg/_utils.py index 1f61d4e..b871b2a 100644 --- a/ffmpeg/_utils.py +++ b/ffmpeg/_utils.py @@ -32,8 +32,11 @@ def with_metaclass(meta, *bases): if sys.version_info.major >= 3: + class basestring(with_metaclass(BaseBaseString)): pass + + else: basestring = basestring