Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgasser committed Mar 28, 2018
1 parent 90556a5 commit 9d1d895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quantized_mesh_tile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def encode(geometries, bounds=[], autocorrectGeometries=False, hasLighting=False
Default is `False`.
``hasLighting``
``hasLighting`` (Experimental)
(Experimental) Indicate whether unit vectors should be computed for the lighting extension.
Indicate whether unit vectors should be computed for the lighting extension.
Default is `False`.
Expand Down Expand Up @@ -93,9 +93,9 @@ def decode(filePath, bounds, hasLighting=False, hasWatermask=False, gzipped=Fals
The bounds of the terrain tile. (west, south, east, north) (Required).
``hasLighting``
``hasLighting`` (Experimental)
(Experimental) Indicate whether the tile has the lighting extension.
Indicate whether the tile has the lighting extension.
Default is `False`.
Expand Down

0 comments on commit 9d1d895

Please sign in to comment.