Skip to content

Commit

Permalink
style: format code with black and isort (#279)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
deepsource-autofix[bot] authored Aug 28, 2023
1 parent 5bd0f41 commit 52bf4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import re
import sys
import traceback
from bs4 import BeautifulSoup
from datetime import datetime
from inspect import getfullargspec
from shutil import disk_usage
Expand All @@ -19,6 +18,7 @@
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
Expand Down

0 comments on commit 52bf4b0

Please sign in to comment.