Skip to content

Commit

Permalink
fix(ci-cd): PEP 604 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Sep 25, 2023
1 parent 03c9f60 commit b0d24ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/_metrics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from statistics import mean, median, stdev

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/sec_parser.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import hashlib
import multiprocessing
import sys
Expand Down

0 comments on commit b0d24ae

Please sign in to comment.