فهرست منبع

chore: linting (#543)

cachho 1 سال پیش
والد
کامیت
433c4157e0
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      embedchain/apps/OpenSourceApp.py
  2. 1 1
      embedchain/bots/discord.py

+ 1 - 1
embedchain/apps/OpenSourceApp.py

@@ -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

+ 1 - 1
embedchain/bots/discord.py

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