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 e7a919ba95
commit 8da51fff2b
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