Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarion-source committed Jun 2, 2020
1 parent dd9c3ec commit 527e215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base_geoengine_demo/models/retail_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
from odoo.addons.base_geoengine import fields as geo_fields

_logger = logging.getLogger(__name__)

try:
import geojson-
import geojson
except (ImportError, IOError) as err:
_logger.debug(err)


class RetailMachine(geo_model.GeoModel):
"""GEO OSV SAMPLE"""

Expand Down

0 comments on commit 527e215

Please sign in to comment.