Skip to content

Commit

Permalink
[Fix] Add Required Dupe Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Dec 24, 2023
1 parent b0b9113 commit 4ef439f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EDMarketConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ def enumwindowsproc(window_handle, l_param): # noqa: CCR001

def already_running_popup():
"""Create the "already running" popup."""
import tkinter as tk
from tkinter import ttk
# Check for CL arg that suppresses this popup.
if args.suppress_dupe_process_popup:
sys.exit(0)
Expand Down

0 comments on commit 4ef439f

Please sign in to comment.