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 5, 2024
1 parent 9a98f55 commit 13b92b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions raven/utilities/geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
For example, many function's logic essentially consists in creating the layer name.
We could have a function that returns the layer name, and then other functions expect the layer name.
"""

import inspect
import json
import os
Expand Down
1 change: 1 addition & 0 deletions raven/utilities/io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for reading and writing geospatial data formats."""

import logging
import os
import tarfile
Expand Down
1 change: 1 addition & 0 deletions raven/utilities/testdata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for searching for and acquiring test data."""

import hashlib
import logging
import os
Expand Down

0 comments on commit 13b92b6

Please sign in to comment.