Some imports were missing

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2020-12-21 16:04:12 +01:00
parent 0c4ef9da5a
commit 833c56755a
3 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,11 @@
# Copyright (C) 2020 by eichhornchen, ÿnérant
# SPDX-License-Identifier: GPL-3.0-or-later
from typing import Any, List, Optional, Tuple
from typing import Any, List, Optional
from ipaddress import IPv6Address
from enum import Enum
import sys
class TLV:
"""