Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiana authored and vascoalramos committed Oct 20, 2022
1 parent 5c5a710 commit 56beed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/usaairquality/usaairquality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
" profile = ProfileReport(\n",
" group[1],\n",
" tsmode=True,\n",
" sortby=\"Date Local\"\n",
" sortby=\"Date Local\",\n",
" #title=f\"Air Quality profiling - Site Num: {group[0]}\"\n",
" )\n",
" \n",
" profile.to_file(f'Ts_Profile_{group[0]}.html')"
Expand Down

0 comments on commit 56beed4

Please sign in to comment.