Skip to content

Commit 9c86dff

Browse files
committed
chore(nimbus): remove klaatu constants and pyjwt dependency
Because * WHAT_TRAIN_IS_IT_NOW_URL was added for klaatu tasks to look up Firefox release versions * pyjwt[crypto] was added for klaatu GitHub App JWT authentication * Neither is used by any remaining code This commit * Removes WHAT_TRAIN_IS_IT_NOW_URL from NimbusConstants * Removes pyjwt from pyproject.toml and regenerates poetry.lock Fixes #15103
1 parent 9afd27d commit 9c86dff

File tree

3 files changed

+1
-207
lines changed

3 files changed

+1
-207
lines changed

experimenter/experimenter/experiments/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,6 @@ class FirefoxLabsGroups(models.TextChoices):
11071107
)
11081108
OBSERVATION = "Observation"
11091109
ENROLLMENT = "Enrollment"
1110-
WHAT_TRAIN_IS_IT_NOW_URL = "https://whattrainisitnow.com/api/firefox/releases/"
11111110

11121111
FIREFOX_LABS_MIN_VERSION = {
11131112
Application.DESKTOP: Version.FIREFOX_137,

0 commit comments

Comments
 (0)