Jelajahi Sumber

chore: linting (#543)

cachho 1 tahun lalu
induk
melakukan
433c4157e0
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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