Skip to content

Commit

Permalink
import io
Browse files Browse the repository at this point in the history
  • Loading branch information
DejanKov2901 committed Dec 7, 2023
1 parent 1398be4 commit 0ab8ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/Bead_Contact_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from matplotlib.figure import Figure
from tkinter import (Tk, Label, Scale, Listbox, Scrollbar, Frame, Button, Radiobutton, IntVar, Text, HORIZONTAL, END)

import skimage.io as io
import math
from src.general.load_data import load_data

Expand Down

0 comments on commit 0ab8ba1

Please sign in to comment.