Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 8884c16 commit 5a8ca87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import json, os"
"import json\n",
"import os"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/acc/libsmm_acc/notebooks/inspect_training_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"metadata": {},
"outputs": [],
"source": [
"import re, sys, os, json, random\n",
"import sys\n",
"import os\n",
"import numpy as np\n",
"import pandas as pd\n",
"import dask.dataframe as dd\n",
Expand Down Expand Up @@ -388,7 +389,6 @@
"outputs": [],
"source": [
"%matplotlib inline\n",
"import matplotlib\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns"
]
Expand Down

0 comments on commit 5a8ca87

Please sign in to comment.