Skip to content

Commit 14a0d74

Browse files
committed
ruff formating
1 parent 120cd14 commit 14a0d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

3_data_exploration/2_exploration/tedsdischargexpo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {
77
"id": "iXGoctB48LfB"
88
},
@@ -12,7 +12,7 @@
1212
"import matplotlib.pyplot as plt\n",
1313
"import seaborn as sns\n",
1414
"import numpy as np\n",
15-
"from collections import Counter\n",
15+
"# from collections import Counter\n",
1616
"\n",
1717
"# Set style\n",
1818
"sns.set_style(\"whitegrid\")\n",

0 commit comments

Comments
 (0)