improv: black
This commit is contained in:
@@ -75,7 +75,12 @@ class Frequency:
|
||||
|
||||
with BytesIO() as f:
|
||||
plt.savefig(
|
||||
f, format="png", facecolor=fig.get_facecolor(), edgecolor="none", bbox_inches='tight', dpi=300
|
||||
f,
|
||||
format="png",
|
||||
facecolor=fig.get_facecolor(),
|
||||
edgecolor="none",
|
||||
bbox_inches="tight",
|
||||
dpi=300,
|
||||
)
|
||||
f.seek(0)
|
||||
return [discord.File(f, f"{time.time()}-plot.png")]
|
||||
|
||||
Reference in New Issue
Block a user