Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Jun 19, 2024
1 parent 433fc81 commit 1a1adf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import subprocess
import zipfile

import requests
from loguru import logger
import requests


class Updater:
Expand Down
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
import sys
import threading
import time

from loguru import logger

from clashroyalebuildabot.bot.example.custom_bot import CustomBot
from clashroyalebuildabot.namespaces.cards import Cards
from clashroyalebuildabot.updater import Updater
from loguru import logger

start_time = datetime.now()

Expand Down

0 comments on commit 1a1adf1

Please sign in to comment.