mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
chore(chart): convert indent to tabs
This commit is contained in:
parent
ab97ee1e62
commit
ef2c126d68
1 changed files with 72 additions and 73 deletions
|
@ -87,7 +87,6 @@ async def create_chart(
|
||||||
datetime.now()
|
datetime.now()
|
||||||
)
|
)
|
||||||
|
|
||||||
plt.plot(newx_2, newy_2)
|
|
||||||
plt.savefig(f'../charts/{name}.png')
|
plt.savefig(f'../charts/{name}.png')
|
||||||
fig.clear()
|
fig.clear()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue