Skip to content

Commit a6abd70

Browse files
committed
Remove unused import.
1 parent 7c4f847 commit a6abd70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lilypanel.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Provismet, 2023
2+
13
from vmc_impl import ToggleBlend, SliderBlend, AbstractBlend, createBlendApplyMessage
24

35
from pythonosc import udp_client, osc_bundle_builder
46
import tkinter as tk
5-
from tkinter import ttk
67
from threading import Thread, Event
78
import json, subprocess, os, platform, webbrowser
89

@@ -124,7 +125,7 @@ def openGithub ():
124125
optionsButtonColourHover = "#202020"
125126
textColour = "#F6F6F6"
126127

127-
file = open("lilypanel.json", "r")
128+
file = open("./lilypanel.json", "r")
128129
panelData = json.load(file)
129130
file.close()
130131

0 commit comments

Comments
 (0)