Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[bugfix] Fix typing import

Change-Id: I3074706b0315f24aa9955912a928c48f02ca5f90
---
M pywikibot/date.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/date.py b/pywikibot/date.py
index 3b199fa..0bd2864 100644
--- a/pywikibot/date.py
+++ b/pywikibot/date.py
@@ -25,7 +25,7 @@
)

if PYTHON_VERSION >= (3, 9):
- List = tuple
+ Tuple = tuple
else:
from typing import Tuple


To view, visit change 649675. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3074706b0315f24aa9955912a928c48f02ca5f90
Gerrit-Change-Number: 649675
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged