Skip to content

Commit

Permalink
fix qa
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Dec 11, 2024
1 parent 25ad8d6 commit 869436e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hat/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from typing import List, Union

import earthkit.data
import geopandas as gpd
import humanize
import pandas as pd
import xarray as xr

"""filepaths"""
Expand Down Expand Up @@ -43,9 +41,7 @@ def get_tmpdir():
return tmpdir


def get_tmp_filepath(
filename_components: Union[List[str], str] = "file", extension=".txt"
) -> str:
def get_tmp_filepath(filename_components: Union[List[str], str] = "file", extension=".txt") -> str:
"""HPC friendly temporary file path
usage:
Expand Down

0 comments on commit 869436e

Please sign in to comment.