Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koos85 committed Sep 27, 2024
1 parent 752176f commit 46e1446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipflow/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
V5_TEMPLATE_SIZE = struct.calcsize(V5_TEMPLATE_FMT)

DataTemplateKey = Any # TODO v5 key should should be also tuple[str, int, int]
flowset_templates: dict[Any, DataTemplate] = {
flowset_templates: dict[DataTemplateKey, DataTemplate] = {
V5_TEMPLATE_KEY: DataTemplate(
V5_TEMPLATE_FMT,
V5_TEMPLATE_SIZE,
Expand Down

0 comments on commit 46e1446

Please sign in to comment.