chore: linting (#543)

This commit is contained in:
cachho
2023-09-03 22:18:50 +02:00
committed by GitHub
parent 8be8990507
commit 433c4157e0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import logging
from typing import Iterable, Union, Optional
from typing import Iterable, Optional, Union
from embedchain.config import ChatConfig, OpenSourceAppConfig
from embedchain.embedchain import EmbedChain

View File

@@ -1,6 +1,6 @@
import argparse
import logging
import os
import argparse
import discord
from discord import app_commands