From 2d1725bb001785c01d2e69330c5b31947eb5fce5 Mon Sep 17 00:00:00 2001 From: Tao Feng Date: Thu, 15 Oct 2020 16:59:36 -0700 Subject: [PATCH] fix: fix import (#74) Signed-off-by: feng-tao --- amundsen_common/models/dashboard.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amundsen_common/models/dashboard.py b/amundsen_common/models/dashboard.py index 9997299..8059ec6 100644 --- a/amundsen_common/models/dashboard.py +++ b/amundsen_common/models/dashboard.py @@ -1,7 +1,7 @@ # Copyright Contributors to the Amundsen project. # SPDX-License-Identifier: Apache-2.0 -from typing import Optional +from typing import List, Optional import attr from marshmallow_annotations.ext.attrs import AttrsSchema diff --git a/setup.py b/setup.py index 4b87f84..3c7fc83 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='amundsen-common', - version='0.5.5', + version='0.5.6', description='Common code library for Amundsen', long_description=open('README.md').read(), long_description_content_type='text/markdown',