We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f072514 commit eb56478Copy full SHA for eb56478
1 file changed
studies/SolarMPPTMasses/OTS_MPPTs_analysis.ipynb
@@ -109,10 +109,10 @@
109
},
110
"outputs": [],
111
"source": [
112
- "from typing import List\n",
+ "",
113
"\n",
114
115
- "def get_data(important_columns: List[str] = None):\n",
+ "def get_data(important_columns: list[str] = None):\n",
116
" if important_columns is None:\n",
117
" important_columns = [\n",
118
" \"name\",\n",
0 commit comments