Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed Dec 30, 2024
1 parent f285274 commit 8a2f27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions averager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
__email__ = '[email protected]'
__status__ = 'Production'

from tkinter import Tk, Button, Frame, IntVar, Label, PhotoImage, Spinbox, filedialog
import tempfile
import shutil
import tempfile
from tkinter import Button, Frame, IntVar, Label, PhotoImage, Spinbox, Tk, filedialog

import png # PNG I/O: PyPNG from: https://gitlab.com/drj11/pypng

Expand Down

0 comments on commit 8a2f27f

Please sign in to comment.