style: format code with black and isort (#279)

Format code with black and isort

This commit fixes the style issues introduced in edd3b0f according to the output
from Black and isort.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
deepsource-autofix[bot] 2023-08-28 22:40:38 +07:00 committed by GitHub
parent 5bd0f4155b
commit 52bf4b0720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ import pickle
import re
import sys
import traceback
from bs4 import BeautifulSoup
from datetime import datetime
from inspect import getfullargspec
from shutil import disk_usage
@ -19,6 +18,7 @@ import aiohttp
import cloudscraper
import requests
from apscheduler.schedulers.asyncio import AsyncIOScheduler
from bs4 import BeautifulSoup
from PIL import Image, ImageDraw, ImageFont
from psutil import Process, boot_time, cpu_count, cpu_percent
from psutil import disk_usage as disk_usage_percent