Skip to content

Commit

Permalink
Update .py in lfcoords
Browse files Browse the repository at this point in the history
  • Loading branch information
casadoj committed Aug 28, 2024
1 parent 40635cb commit 41eff6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lisfloodutilities/lfcoords/coarser_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import rioxarray
import pyflwdir
from pathlib import Path
from tqdm.auto import tqdm
from tqdm import tqdm
from typing import Optional
import logging
import warnings
Expand Down
2 changes: 1 addition & 1 deletion src/lisfloodutilities/lfcoords/finer_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
import rioxarray
import pyflwdir
from tqdm.auto import tqdm
from tqdm import tqdm
from pathlib import Path
from typing import Optional
import logging
Expand Down

0 comments on commit 41eff6a

Please sign in to comment.