From 89b06c833d09d98e54e411a5ccb153e3b95d8f9a Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 21 Nov 2018 22:04:00 +0100 Subject: [PATCH] Add stub for pytz.VERSION (#2619) --- third_party/2and3/pytz/__init__.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/2and3/pytz/__init__.pyi b/third_party/2and3/pytz/__init__.pyi index 673538a33..20655d1ee 100644 --- a/third_party/2and3/pytz/__init__.pyi +++ b/third_party/2and3/pytz/__init__.pyi @@ -38,3 +38,4 @@ country_timezones: Mapping[str, List[str]] country_names: Mapping[str, str] ZERO: datetime.timedelta HOUR: datetime.timedelta +VERSION: str