Skip to content

Commit 5252e4c

Browse files
committed
epa id: mention possibility of ties
1 parent b354901 commit 5252e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libvin/epa.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def id(self):
5454
'''
5555
EPA id for this vehicle.
5656
'''
57+
# FIXME: If we don't know which trim exactly, just pick the
58+
# first one. We're guessing anyway, what with the fuzzy matching and all...
5759
return self.__ids[0]
5860

5961
@property

0 commit comments

Comments
 (0)