Fix missing import; all tests passing!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user