Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Dec 10, 2024
1 parent decc326 commit 29744d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion taskcluster/fxci_config_taskgraph/util/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

import copy
from functools import cache
from typing import Any, Dict, List, get_task_url, get_session
from typing import Any, Dict, List, Union
import requests
import taskcluster
from taskgraph.util.taskcluster import get_task_url, get_session
from taskgraph.util.memoize import memoize

FIREFOXCI_ROOT_URL = "https://firefox-ci-tc.services.mozilla.com"
Expand Down

0 comments on commit 29744d2

Please sign in to comment.