From 68b0f8831f2229269a3add077bc5b23325dc911a Mon Sep 17 00:00:00 2001 From: Kai Konze Date: Mon, 12 Jun 2023 12:20:48 +0200 Subject: [PATCH] fix: Removed active, since it cannot be in the responses --- warframe/worldstate/models/invasion.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/warframe/worldstate/models/invasion.py b/warframe/worldstate/models/invasion.py index ea70d34..a2ba8d1 100644 --- a/warframe/worldstate/models/invasion.py +++ b/warframe/worldstate/models/invasion.py @@ -73,8 +73,5 @@ class Invasion(MultiQueryModel): "Short-time-formatted duration string of the start of the Invasion" # optional - active: Optional[bool] = None - "Whether the invasion is currently active" - reward_types: Optional[List[ItemRewardType]] = None "A list of reward types"