chore(chart): convert indent to tabs

This commit is contained in:
Данил 2025-02-19 13:43:07 +03:00
parent ab97ee1e62
commit ef2c126d68

View file

@ -87,7 +87,6 @@ async def create_chart(
datetime.now()
)
plt.plot(newx_2, newy_2)
plt.savefig(f'../charts/{name}.png')
fig.clear()