jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/981310 )

Change subject: [bugfix] Remove typing imports from user-config.py file
......................................................................

[bugfix] Remove typing imports from user-config.py file

Bug: T352965
Change-Id: Ic82a614fec7dc565d819bb71bc2f6fc836113af4
---
M pywikibot/scripts/generate_user_files.py
1 file changed, 10 insertions(+), 3 deletions(-)

Approvals:
  Meno25: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/pywikibot/scripts/generate_user_files.py 
b/pywikibot/scripts/generate_user_files.py
index f913868..440a5c2 100755
--- a/pywikibot/scripts/generate_user_files.py
+++ b/pywikibot/scripts/generate_user_files.py
@@ -185,9 +185,6 @@
 # This is an automatically generated file. You can find more
 # configuration parameters in 'config.py' file or refer
 # https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.config.html
-from typing import Optional, Union
-
-from pywikibot.backports import Dict, List, Tuple

 # The family of sites to be working on.
 # Pywikibot will import families/xxx_family.py so if you want to change

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/981310
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic82a614fec7dc565d819bb71bc2f6fc836113af4
Gerrit-Change-Number: 981310
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Meno25 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to