Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
Modify __init__.py to support python 3.5+ only

Bug: T257399
Change-Id: I0dd5126d3220c19733210706bbdb3f7343ef2d03
---
M pywikibot/specialbots/__init__.py
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/pywikibot/specialbots/__init__.py b/pywikibot/specialbots/__init__.py
index 20bfb9c..fb232dc 100644
--- a/pywikibot/specialbots/__init__.py
+++ b/pywikibot/specialbots/__init__.py
@@ -6,8 +6,6 @@
#
# Distributed under the terms of the MIT license.
#
-from __future__ import absolute_import, division, unicode_literals
-
from pywikibot.specialbots._unlink import (
EditReplacement, InteractiveUnlink, BaseUnlinkBot
)

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0dd5126d3220c19733210706bbdb3f7343ef2d03
Gerrit-Change-Number: 637879
Gerrit-PatchSet: 2
Gerrit-Owner: Shubham656jain <shubham656jain@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged