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 Jan 29, 2024
1 parent a272b2f commit 96dc29c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions LDMP/calculate_drought_vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions LDMP/calculate_ldn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from dataclasses import dataclass
Expand Down
1 change: 1 addition & 0 deletions LDMP/calculate_unccd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from pathlib import Path
Expand Down

0 comments on commit 96dc29c

Please sign in to comment.