jenkins-bot submitted this change.

View Change

Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
[import] sort import order in echo.py

Change-Id: I012480708766daf8d8727e7969c623666c0e7f82
---
M pywikibot/echo.py
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pywikibot/echo.py b/pywikibot/echo.py
index 8aa5d8f..62a22e4 100644
--- a/pywikibot/echo.py
+++ b/pywikibot/echo.py
@@ -4,8 +4,9 @@
#
# Distributed under the terms of the MIT license.
#
-import pywikibot
from typing import Any, Optional, Type
+
+import pywikibot
from pywikibot.backports import Dict

NOTIFICATION_CLASS_TYPE = Type['Notification']

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I012480708766daf8d8727e7969c623666c0e7f82
Gerrit-Change-Number: 762841
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged