Skip to content

Commit

Permalink
pyOSVDE: clean unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 14, 2023
1 parent dd4f09b commit 8d34506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/pyOSVDE/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SPDX-License-Identifier: Apache-2.0


from sys import argv as sys_argv, exit as sys_exit
from sys import exit as sys_exit

import tkinter as tk
from tkinter import messagebox as mbox
Expand Down

0 comments on commit 8d34506

Please # to comment.