Skip to content

Commit

Permalink
fix: unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
djemeljanovs committed Jan 14, 2021
1 parent 5e6e702 commit 09f2011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"from staff import calculate_thickness_spacing, remove_staff_lines, coordinator\n",
"from segmenter import Segmenter\n",
"from connected_componentes import *\n",
"from fit import match, remove_repeated_matches, predict\n",
"from fit import predict\n",
"from box import Box\n",
"import glob\n",
"import cv2\n",
Expand Down Expand Up @@ -1708,4 +1708,4 @@
"source": []
}
]
}
}
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from connected_componentes import *
from staff import calculate_thickness_spacing, remove_staff_lines, coordinator
from segmenter import Segmenter
from fit import match, remove_repeated_matches, predict
from fit import predict
from glob import glob
import cv2
import pickle
Expand Down

0 comments on commit 09f2011

Please sign in to comment.