Skip to content

Commit

Permalink
style: format code with black and isort
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
  • Loading branch information
deepsource-autofix[bot] authored Aug 27, 2023
1 parent edd3b0f commit b0e6677
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 b0e6677

Please sign in to comment.