Skip to content

Commit 44835b2

Browse files
committed
Linter fixes
1 parent 332237a commit 44835b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kl_layer/kl_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class HKLLoss(hls4ml.model.layers.Layer):
6060
TypeAttribute(
6161
'exp_table',
6262
default=FixedPrecisionType(18, 8, rounding_mode=RoundingMode.RND, saturation_mode=SaturationMode.SAT),
63-
)
63+
),
6464
]
6565

6666
def initialize(self):

0 commit comments

Comments
 (0)