Fix some formatting and linting issues
This commit is contained in:
parent
2a835132dc
commit
ceda1e2adc
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue