Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent 790afab commit d0e3d70
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test against the same matrix as Github Actions"""

import nox
import yaml

Expand Down
1 change: 1 addition & 0 deletions xpublish_edr/formats/to_covjson.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Generate CoverageJSON responses for xarray Dataset for EDR queries
"""

import sys
from typing import Dict, List

Expand Down
1 change: 1 addition & 0 deletions xpublish_edr/formats/to_csv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Generate CSV responses for an xarray dataset for EDR queries
"""

import xarray as xr
from fastapi import Response

Expand Down
1 change: 1 addition & 0 deletions xpublish_edr/formats/to_netcdf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Generate a NetCDF from an xarray Dataset for EDR queries
"""

from pathlib import Path
from tempfile import TemporaryDirectory

Expand Down
1 change: 1 addition & 0 deletions xpublish_edr/plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OGC EDR router for datasets with CF convention metadata
"""

import logging
from typing import List, Optional

Expand Down
1 change: 1 addition & 0 deletions xpublish_edr/query.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OGC EDR Query param parsing
"""

from typing import Optional

from fastapi import Query
Expand Down

0 comments on commit d0e3d70

Please sign in to comment.