|
@ -2,6 +2,7 @@ |
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
|
"""Consumer that generates content_metadata for topics.""" |
|
|
"""Consumer that generates content_metadata for topics.""" |
|
|
|
|
|
|
|
|
from collections.abc import Sequence |
|
|
from collections.abc import Sequence |
|
|
from typing import Any |
|
|
from typing import Any |
|
|
from ipaddress import ip_address |
|
|
from ipaddress import ip_address |
|
|