Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfrederick authored Jul 24, 2019
1 parent 4234cdb commit 83f82e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions load_and_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
import pandas as pd
import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt
import matplotlib.pyplot as plt
import cv2
from PIL import Image
import pytesseract
import matplotlib.pyplot as plt
import tensorflow as tf
import sys

Expand Down

0 comments on commit 83f82e7

Please sign in to comment.