Skip to content

Commit a37e990

Browse files
author
Vitaliy Zakaznikov
committed
Fixing #86.
1 parent 3246f20 commit a37e990

File tree

6 files changed

+537
-0
lines changed

6 files changed

+537
-0
lines changed

testflows/github/hetzner/runners/args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from argparse import ArgumentTypeError
2424

2525
from traceback import print_exception
26+
from .ordered_set import OrderedSet as set
2627

2728
file_type = argparse.FileType
2829

testflows/github/hetzner/runners/config/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from ..hclient import HClient as Client
2121
from ..actions import Action
2222
from ..logger import default_format as logger_format
23+
from ..ordered_set import OrderedSet as set
2324

2425
current_dir = os.path.dirname(__file__)
2526

testflows/github/hetzner/runners/dashboard/metrics/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from . import history
1818
from . import tracker
1919
from .. import format
20+
from ...ordered_set import OrderedSet as set
2021

2122
# Register job metrics for tracking
2223
tracker.track("github_hetzner_runners_queued_jobs")

0 commit comments

Comments
 (0)