We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625c749 commit 78eb74eCopy full SHA for 78eb74e
README.md
@@ -13,7 +13,7 @@ The module is not on PyPi yet.
13
## Use it
14
15
```
16
->>> from overpass import Overpass
+>>> import Overpass
17
>>> api = Overpass.API()
18
>>> response = api.Get('node["name"="Salt Lake City"]')
19
test_api.py
@@ -1,4 +1,4 @@
1
-from overpass import Overpass
+import Overpass
2
3
4
class TestAPI:
0 commit comments