Skip to content

Commit

Permalink
baidu: export BaiduV3
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Mar 21, 2021
1 parent 4424c17 commit ce6636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geopy/geocoders/baidu.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from geopy.location import Location
from geopy.util import logger

__all__ = ("Baidu", )
__all__ = ("Baidu", "BaiduV3")


class Baidu(Geocoder):
Expand Down

0 comments on commit ce6636a

Please sign in to comment.