Skip to content

Commit

Permalink
fix WFS 1.1.0 logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 29, 2024
1 parent 3976d65 commit 306c348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions owslib/feature/wfs110.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def get_namespaces():

namespaces = get_namespaces()

LOGGER = logging.getLogger(__name__)


class WebFeatureService_1_1_0(WebFeatureService_):
"""Abstraction for OGC Web Feature Service (WFS).
Expand Down

0 comments on commit 306c348

Please sign in to comment.