diff --git a/arrow/factory.py b/arrow/factory.py index 0913bfe1..597cd78d 100644 --- a/arrow/factory.py +++ b/arrow/factory.py @@ -188,7 +188,7 @@ def get(self, *args: Any, **kwargs: Any) -> Arrow: arg_count = len(args) locale = kwargs.pop("locale", DEFAULT_LOCALE) - tz = kwargs.get("tzinfo", None) + tz = kwargs.pop("tzinfo", None) normalize_whitespace = kwargs.pop("normalize_whitespace", False) # if kwargs given, send to constructor unless only tzinfo provided