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 Feb 24, 2025
1 parent 3889854 commit 1d1de36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/SKA_forecast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"source": [
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import py21cmsense as p21sense\n",
"from astropy import units as un\n",
"from astropy.cosmology import Planck15\n",
"from matplotlib import colors, rcParams\n",
"\n",
"import py21cmsense as p21sense\n",
"from py21cmsense.observatory import Observatory\n",
"from py21cmsense.sensitivity import PowerSpectrum\n",
"from py21cmsense.theory import EOS2021\n",
Expand Down

0 comments on commit 1d1de36

Please sign in to comment.