Skip to content

Commit

Permalink
fix invalid XML import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 17, 2021
1 parent 75cd127 commit 1c9f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
from webob.headers import EnvironHeaders, ResponseHeaders

from weaver.status import map_status
from weaver.typedefs import XML
from weaver.warning import TimeZoneInfoAlreadySetWarning
from weaver.xml import XML

if TYPE_CHECKING:
from typing import Any, Callable, Dict, List, Iterable, NoReturn, Optional, Type, Tuple, Union
Expand Down

0 comments on commit 1c9f22c

Please sign in to comment.