Skip to content

Commit

Permalink
Fixes #8545 by removing typing information for kwargs to not conflict…
Browse files Browse the repository at this point in the history
… with type checkers (#8546)
  • Loading branch information
crwilcox committed Jul 1, 2019
1 parent ed958eb commit 0683b74
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def select_resources(self, *args, **kwargs):
conjunction. If just one is provided and no keyword arguments
are provided, it can be a disjunction.
:type kwargs: dict
:param kwargs: Label filters to include in the conjunction as
described above.
Expand Down Expand Up @@ -309,7 +308,6 @@ def select_metrics(self, *args, **kwargs):
conjunction. If just one is provided and no keyword arguments
are provided, it can be a disjunction.
:type kwargs: dict
:param kwargs: Label filters to include in the conjunction as
described above.
Expand Down

0 comments on commit 0683b74

Please sign in to comment.