Explorar el Código

chore: linting (#543)

cachho hace 1 año
padre
commit
433c4157e0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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