Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Mar 4, 2024
1 parent f055ba7 commit 6a6ccc5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
update_paths_mconfig,
report_input_parameters,
validate_track_name_steps_gt_1,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
validate_track_name,
validate_batch_key,
validate_output_dir,
suppress_stdout,
report_input_parameters,
update_paths_mconfig,
echo,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B02_make_spectra_gFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
update_paths_mconfig,
report_input_parameters,
validate_track_name_steps_gt_1,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B03_plot_spectra_ov.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
update_paths_mconfig,
report_input_parameters,
validate_track_name_steps_gt_1,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B04_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
update_paths_mconfig,
report_input_parameters,
validate_track_name_steps_gt_1,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B05_define_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
report_input_parameters,
validate_track_name_steps_gt_1,
makeapp,
Expand Down
1 change: 0 additions & 1 deletion src/icesat2_tracks/analysis_db/B06_correct_separate_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from icesat2_tracks.clitools import (
validate_batch_key,
validate_output_dir,
suppress_stdout,
update_paths_mconfig,
report_input_parameters,
validate_track_name_steps_gt_1,
Expand Down

0 comments on commit 6a6ccc5

Please sign in to comment.