We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf3a26 commit bf04e1dCopy full SHA for bf04e1d
1 file changed
pyPostcode/__init__.py
@@ -137,6 +137,7 @@ def not_implemented(self):
137
longitude = property(not_implemented)
138
x = property(not_implemented)
139
y = property(not_implemented)
140
+ coordinates = property(not_implemented)
141
142
143
class ResourceV2(Resource):
0 commit comments