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 Apr 1, 2024
1 parent 8da362e commit f126473
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gridit/__init__.py
@@ -1,4 +1,5 @@
"""Gridit package."""

__license__ = "BSD"
__author__ = "Mike Taves"
__email__ = "mwtoews@gmail.com"
Expand Down
1 change: 1 addition & 0 deletions gridit/__main__.py
@@ -1,4 +1,5 @@
"""Command-line interface for grid package."""

import sys
from importlib.util import find_spec
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions gridit/array_from.py
@@ -1,4 +1,5 @@
"""Grid.array_from_* and mask_from_* methods."""

import numpy as np

from gridit.display import shorten
Expand Down
1 change: 1 addition & 0 deletions gridit/file.py
@@ -1,4 +1,5 @@
"""File methods."""

from collections.abc import Iterable
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions gridit/gridpolyconv.py
@@ -1,4 +1,5 @@
"""Grid-polygon conversion."""

__all__ = ["GridPolyConv"]

import calendar
Expand Down
1 change: 1 addition & 0 deletions gridit/spatial.py
@@ -1,4 +1,5 @@
"""Spatial utilities module."""

import re

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
@@ -1,4 +1,5 @@
"""Common code for testing."""

import contextlib
import importlib
import os
Expand Down
1 change: 1 addition & 0 deletions tests/test_file.py
@@ -1,4 +1,5 @@
"""Test file methods."""

import numpy as np
import pytest

Expand Down
1 change: 1 addition & 0 deletions tests/test_spatial.py
@@ -1,4 +1,5 @@
"""Test spatial methods."""

from gridit import Grid
from gridit.spatial import flat_grid_intersect, is_same_crs

Expand Down

0 comments on commit f126473

Please sign in to comment.