mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-07 18:39:47 +08:00
Re-blacken _utils.py
This commit is contained in:
parent
7611a29ae6
commit
e740f6bb49
@ -32,8 +32,11 @@ def with_metaclass(meta, *bases):
|
||||
|
||||
|
||||
if sys.version_info.major >= 3:
|
||||
|
||||
class basestring(with_metaclass(BaseBaseString)):
|
||||
pass
|
||||
|
||||
|
||||
else:
|
||||
basestring = basestring
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user