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 8, 2024
1 parent d0ab474 commit 925649b
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 83 deletions.
1 change: 1 addition & 0 deletions clisops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""CLISOPS - Climate simulation operations."""

import os
import warnings

Expand Down
1 change: 1 addition & 0 deletions clisops/core/average.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Average module."""

import warnings
from pathlib import Path
from typing import Sequence, Tuple, Union
Expand Down
1 change: 1 addition & 0 deletions clisops/core/subset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Subset module."""

import numbers
import re
import warnings
Expand Down
1 change: 1 addition & 0 deletions clisops/utils/tutorial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Testing and tutorial utilities module."""

# Most of this code copied and adapted from xarray, xclim, and raven
import hashlib
import re
Expand Down
Loading

0 comments on commit 925649b

Please sign in to comment.