cachho před 1 rokem
rodič
revize
433c4157e0
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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