From b331b6f44f64dd4c51615523feba9a1cc9029657 Mon Sep 17 00:00:00 2001 From: Dane Isburgh Date: Sat, 27 Jan 2024 14:19:41 -0500 Subject: [PATCH] style: format files --- notebooks/options-test.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/options-test.ipynb b/notebooks/options-test.ipynb index bf3f563..fcabdee 100644 --- a/notebooks/options-test.ipynb +++ b/notebooks/options-test.ipynb @@ -14746,7 +14746,6 @@ } ], "source": [ - "\n", "df_trades = pd.DataFrame(trade_data)\n", "plt.plot(pd.to_datetime(df_trades[\"date\"]), df_trades[\"money\"])\n", "plt.ylabel(\"Cash\")\n",