Skip to content

Commit 500034d

Browse files
committed
MOD: Upgrade ruff and fix Python quickstart
1 parent eca7e9d commit 500034d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebooks/quickstart.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"source": [
111111
"import databento as db\n",
112112
"\n",
113+
"\n",
113114
"client = db.Historical(key=\"YOUR_API_KEY\")\n",
114115
"db.__version__"
115116
]
@@ -1747,7 +1748,8 @@
17471748
"source": [
17481749
"import pandas as pd\n",
17491750
"\n",
1750-
"pd.set_option('display.max_columns', None)\n",
1751+
"\n",
1752+
"pd.set_option(\"display.max_columns\", None)\n",
17511753
"\n",
17521754
"df = data.to_df()\n",
17531755
"df.head(20)"

0 commit comments

Comments
 (0)