Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 23, 2025
1 parent 223992d commit aa203e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box_api/plugins/process/station_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def execute(self, data):
},
'aggs': {
'count': {
'terms': {'field': 'properties.reportId.raw', 'size': 64000}
'terms': {'field': 'properties.reportId.raw', 'size': 64000} # noqa
}
}
}
Expand Down

0 comments on commit aa203e2

Please sign in to comment.