Skip to content

Commit

Permalink
removing flake8 violations from utils and 01
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jul 9, 2024
1 parent 7d1b87d commit d88b9f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 01_Introduction_to_Citsci_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
"import utils\n",
"import os\n",
"import pandas as pd\n",
"import fake.package\n",
"\n",
"plt.style.use('tableau-colorblind10')"
]
Expand Down
1 change: 0 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import warnings
import pandas as pd
import numpy as np
import fake.package

# Astropy imports
from astropy.wcs import WCS
Expand Down

0 comments on commit d88b9f5

Please sign in to comment.