Skip to content

Commit

Permalink
fix: remove unnecessary imports and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asewnath committed Nov 12, 2024
1 parent 54b2672 commit 9b5fe7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/eva/eva_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from datetime import datetime
import argparse
import os
import os.path
from collections import defaultdict
import xarray as xr
import numpy as np
Expand Down Expand Up @@ -98,9 +97,6 @@ def read_transform_time_series(logger, timing, eva_dict, data_collections):
None
"""

# Set empty data_array
# empty_data_array = False

# Iterate through list of time series dictionaries
for time_series_config in eva_dict['time_series']:

Expand Down
1 change: 0 additions & 1 deletion src/eva/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# --------------------------------------------------------------------------------------------------

import os
import re
import string
import yaml
Expand Down

0 comments on commit 9b5fe7f

Please sign in to comment.