Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cachho committed Sep 3, 2023
1 parent 8be8990 commit 5e020f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedchain/apps/OpenSourceApp.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion embedchain/bots/discord.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import argparse
import logging
import os
import argparse

import discord
from discord import app_commands
Expand Down

0 comments on commit 5e020f6

Please sign in to comment.