From 2fec985bc944508c147fdd1c08875b422c2cddfa Mon Sep 17 00:00:00 2001 From: AlexKurek Date: Sun, 14 Jul 2024 09:06:07 +0200 Subject: [PATCH] Remove unused modules --- exovetter/utils.py | 1 - exovetter/vetters.py | 2 -- tutorial_notebooks/run_all.ipynb | 1 - 3 files changed, 4 deletions(-) diff --git a/exovetter/utils.py b/exovetter/utils.py index ce63d85..5b306c3 100644 --- a/exovetter/utils.py +++ b/exovetter/utils.py @@ -3,7 +3,6 @@ import sys import warnings from exovetter import lightkurve_utils -from exovetter import utils from exovetter import const as exo_const import astropy.units as u from exovetter import vetters as vet diff --git a/exovetter/vetters.py b/exovetter/vetters.py index 2528ae3..d9488f8 100644 --- a/exovetter/vetters.py +++ b/exovetter/vetters.py @@ -5,9 +5,7 @@ import astropy.units as u import numpy as np -import pandas as pd # import time as py_time -import os # import matplotlib.pyplot as plt # from matplotlib.backends.backend_pdf import PdfPages diff --git a/tutorial_notebooks/run_all.ipynb b/tutorial_notebooks/run_all.ipynb index 8105855..3bbd0c1 100644 --- a/tutorial_notebooks/run_all.ipynb +++ b/tutorial_notebooks/run_all.ipynb @@ -22,7 +22,6 @@ "from exovetter import vetters as vet\n", "from exovetter import utils\n", "import lightkurve as lk\n", - "import numpy as np\n", "from astropy import units as u\n", "import matplotlib.pyplot as plt\n", "%matplotlib inline"