Fix missing import; all tests passing!

This commit is contained in:
James R. Barlow
2017-05-11 23:28:05 -07:00
parent 21982cf1cb
commit 56e6ed1249
+1 -1
View File
@@ -3,7 +3,7 @@
from subprocess import Popen, PIPE
from decimal import Decimal
from math import hypot
from math import hypot, isclose
import re
import sys
import PyPDF2 as pypdf