Skip to content

Commit

Permalink
fix: fix import (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: feng-tao <[email protected]>
  • Loading branch information
feng-tao authored Oct 15, 2020
1 parent 241f627 commit 2d1725b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amundsen_common/models/dashboard.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d1725b

Please sign in to comment.