Skip to content

Commit

Permalink
add import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethankumar committed Mar 14, 2024
1 parent f1c660f commit d75b765
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
"import numpy as np\n",
"import pandas as pd\n",
"import pingouin as pg\n",
"import seaborn as sns"
"import seaborn as sns\n",
"import matplotlib.pyplot as plt"
]
},
{
Expand Down

0 comments on commit d75b765

Please sign in to comment.