Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Jun 21, 2024
1 parent c2bd3a1 commit e53582b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/idsse_testing/utilities/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import csv
import json
import numpy as np

from collections.abc import Sequence
from importlib import resources
Expand All @@ -22,6 +21,8 @@

from idsse.common.sci.netcdf_io import read_netcdf

import numpy as np

def get_package_path(package: str) -> str:
"""Get file path from package/filename
Expand Down

0 comments on commit e53582b

Please sign in to comment.