Skip to content

Commit 2ff0d91

Browse files
authored
Merge pull request #192 from ehinman/fix-logger-string
Combine two lines of strings
2 parents 8f37748 + e15918a commit 2ff0d91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dataretrieval/waterdata/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ def _walk_pages(
548548

549549
if not geopd:
550550
logger.warning(
551-
"Geopandas is not installed. ",
552-
"Geometries will be flattened into pandas DataFrames.",
551+
"Geopandas not installed. Geometries will be flattened into pandas DataFrames."
553552
)
554553

555554
# Get first response from client

0 commit comments

Comments
 (0)