mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
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:
parent
5bd0f4155b
commit
52bf4b0720
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue