1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 10:27:38 +03:00

companion: Correct import order of tkinter

This commit is contained in:
Athanasius 2021-08-17 14:41:35 +01:00
parent 23e67dab82
commit 692b014cda
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -15,8 +15,8 @@ import numbers
import os
import random
import threading
import tkinter as tk
import time
import tkinter as tk
import urllib.parse
import webbrowser
from builtins import object, range, str