rf(layer): remove extra tab

This commit is contained in:
Benjamin Kirkbride
2020-06-09 21:26:54 -04:00
parent fefab2a1a2
commit 54ad9633eb

View File

@@ -245,7 +245,7 @@ def _get_common_attributes(raw_layer: RawLayer) -> Layer:
def _cast_tile_layer(raw_layer: RawLayer) -> TileLayer:
""" Cast the raw_layer to a TileLayer.
Args:
raw_layer: RawLayer to be casted to a TileLayer