chore: ruff

This commit is contained in:
psychedelicious
2024-03-01 10:04:59 +11:00
parent ad86b29798
commit dd9daf8efb
44 changed files with 51 additions and 19 deletions

View File

@ -1,4 +1,5 @@
"""Test the queued download facility"""
import re
import time
from pathlib import Path

View File

@ -1,6 +1,7 @@
"""
Test model metadata fetching and storage.
"""
import datetime
from pathlib import Path

View File

@ -1,6 +1,7 @@
"""
Test interaction of logging with configuration system.
"""
import io
import logging
import re

View File

@ -2,6 +2,7 @@
Not really a test, but a way to verify that the paths are existing
and fail early if they are not.
"""
import pathlib
import unittest
from os import path as osp