Fix some formatting and linting issues

This commit is contained in:
Marc Di Luzio 2024-08-13 14:26:23 +01:00
parent 2a835132dc
commit ceda1e2adc
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
"""Store bot state"""
import os
from datetime import datetime, timedelta
from datetime import datetime
from schema import Schema, Use, Optional
from collections.abc import Generator
from typing import Protocol