Skip to content

Commit 8a820c6

Browse files
committed
fix: drop stale osmnx import in base client
1 parent 55b66ba commit 8a820c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

meteora/clients/base.py

-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
from meteora.mixins import RegionMixin
1717
from meteora.utils import KwargsType, VariablesType
1818

19-
try:
20-
import osmnx as ox
21-
except ImportError:
22-
ox = None
23-
24-
2519
__all__ = [
2620
"BaseJSONClient",
2721
"BaseTextClient",

0 commit comments

Comments
 (0)