Skip to content

Commit 1601e35

Browse files
committed
import pandas
1 parent 6e4c236 commit 1601e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MTM/NMS.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@author: Laurent Thomas
1212
"""
1313
from __future__ import division, print_function # for compatibility with Py2
14+
import pandas as pd
1415

1516
def Point_in_Rectangle(Point, Rectangle):
1617
'''Return True if a point (x,y) is contained in a Rectangle(x, y, width, height)'''

0 commit comments

Comments
 (0)