Skip to content

Commit c5ad390

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 97c6c8e commit c5ad390

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

hls4ml/utils/qinterval.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from functools import singledispatchmethod
2-
from typing import Any, Sequence, overload
2+
from typing import Any, overload
3+
from collections.abc import Sequence
34
from warnings import warn
45

56
import numpy as np

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ optional-dependencies.doc = [
3535
"sphinx-rtd-theme",
3636
]
3737
optional-dependencies.hgq = [ "hgq>=0.2.3" ]
38-
optional-dependencies.keras-v3 = [ "keras>=3.10" ]
3938
optional-dependencies.hgq2 = [ "hgq2>=0.0.1" ]
39+
optional-dependencies.keras-v3 = [ "keras>=3.10" ]
4040
optional-dependencies.onnx = [ "onnx>=1.4" ]
4141
optional-dependencies.optimization = [
4242
"keras-tuner==1.1.3",

0 commit comments

Comments
 (0)