Skip to content

Commit bf04e1d

Browse files
committed
ADD coordinates property
1 parent daf3a26 commit bf04e1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyPostcode/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def not_implemented(self):
137137
longitude = property(not_implemented)
138138
x = property(not_implemented)
139139
y = property(not_implemented)
140+
coordinates = property(not_implemented)
140141

141142

142143
class ResourceV2(Resource):

0 commit comments

Comments
 (0)