Fix linting errors: Remove unused imports and reformat with black

This commit is contained in:
aserper
2025-12-13 23:20:03 -05:00
parent 46b2177cb2
commit 16318f89cf
3 changed files with 36 additions and 21 deletions

1
bot.py
View File

@@ -1,7 +1,6 @@
"""Mastodon RSS Bot - Core functionality"""
import logging
import os
import time
from pathlib import Path
from typing import List, Optional, Set