Selaa lähdekoodia

chore: linting (#543)

cachho 1 vuosi sitten
vanhempi
commit
433c4157e0
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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