ruff format

This commit is contained in:
Sebastian Goscik
2024-08-09 23:43:03 +01:00
parent f9d74c27f9
commit bbd70f49bf
10 changed files with 90 additions and 91 deletions

View File

@@ -1,8 +1,8 @@
"""Top-level package for Unifi Protect Backup."""
__author__ = """sebastian.goscik"""
__email__ = 'sebastian@goscik.com'
__version__ = '0.11.0'
__email__ = "sebastian@goscik.com"
__version__ = "0.11.0"
from .downloader import VideoDownloader
from .downloader_experimental import VideoDownloaderExperimental