Skip to content

Commit fbc662a

Browse files
author
Evan Derickson
committed
Restore prior formatting of import block
1 parent 491f980 commit fbc662a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

overpass/api.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
import requests
1414
from shapely.geometry import Point, Polygon
1515

16-
from .errors import (MultipleRequestsError, OverpassSyntaxError,
17-
ServerLoadError, ServerRuntimeError, TimeoutError,
18-
UnknownOverpassError)
16+
from .errors import (
17+
MultipleRequestsError,
18+
OverpassSyntaxError,
19+
ServerLoadError,
20+
ServerRuntimeError,
21+
TimeoutError,
22+
UnknownOverpassError,
23+
)
1924

2025

2126
class API(object):

0 commit comments

Comments
 (0)