mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
* Expose pytz.UTC as an instance as opposed to as a class pytz shadows UTC after declaring it with a singleton: https://github.com/newvem/pytz/blob/master/pytz/__init__.py#L135 This fixes https://github.com/python/typeshed/issues/710