Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 8, 2022
1 parent 687e072 commit bb2c654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workers/ohsome_quality_analyst/base/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ def __init__(
feature: Feature,
indicator_layer: Tuple[IndicatorLayer],
):

self.feature = feature
self.indicator_layer = indicator_layer # Defines indicator+layer combinations

self.indicators: List[BaseIndicator] = []

metadata = get_metadata("reports", type(self).__name__)
self.metadata: Metadata = from_dict(data_class=Metadata, data=metadata)
# Results will be written during the lifecycle of the report object (combine())
Expand Down

0 comments on commit bb2c654

Please sign in to comment.