Skip to content

Commit

Permalink
style: remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed May 8, 2023
1 parent 83a776f commit 97f3b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flexmeasures/data/schemas/reporting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class BeliefsSearchConfigSchema(Schema):
horizons_at_most = DurationField()

source = DataSourceIdField()
# user_source_ids: Optional[Union[int, List[int]]] = None,

source_types = fields.List(fields.Str())
exclude_source_types = fields.List(fields.Str())
Expand Down

0 comments on commit 97f3b15

Please sign in to comment.