Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Jul 22, 2024
1 parent 3f348a5 commit 8517756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions hat/tools/extract_simulation_timeseries_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@

# hat modules
from hat.data import read_simulation_as_xarray, save_dataset_to_netcdf
from hat.extract_simulation_timeseries import (
DEFAULT_CONFIG,
extract_timeseries,
)
from hat.extract_simulation_timeseries import DEFAULT_CONFIG, extract_timeseries
from hat.observations import read_station_metadata_file


Expand Down
7 changes: 1 addition & 6 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
# See https://setuptools.pypa.io/en/latest/pkg_resources.html
with warnings.catch_warnings():
warnings.filterwarnings("ignore", category=DeprecationWarning)
from hat.config import (
DEFAULT_CONFIG,
booleanify,
read_config,
valid_custom_config,
)
from hat.config import DEFAULT_CONFIG, booleanify, read_config, valid_custom_config


def test_DEFAULT_CONFIG():
Expand Down

0 comments on commit 8517756

Please sign in to comment.