mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
Style revisions
This commit is contained in:
@@ -113,8 +113,9 @@ from .version import __version__
|
||||
if compat_os_name == 'nt':
|
||||
import ctypes
|
||||
|
||||
# Archive tree
|
||||
|
||||
class ArchiveTree(object):
|
||||
"""Binary search tree for download archive entries"""
|
||||
def __init__(self, line):
|
||||
self.left = None
|
||||
self.right = None
|
||||
|
Reference in New Issue
Block a user