Skip to content

Commit

Permalink
all imports from package init instead of separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Mar 2, 2018
1 parent fa3ca10 commit 16fc933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/aws_request.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"from sentinelhub.data_request import AwsProductRequest, AwsTileRequest\n",
"from sentinelhub.aws import AwsTile"
"from sentinelhub import AwsProductRequest, AwsTileRequest, AwsTile"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions examples/ogc_request.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
"metadata": {},
"outputs": [],
"source": [
"from sentinelhub.data_request import WmsRequest, WcsRequest, MimeType\n",
"from sentinelhub.common import CRS, BBox"
"from sentinelhub import WmsRequest, WcsRequest, MimeType, CRS, BBox"
]
},
{
Expand Down

0 comments on commit 16fc933

Please sign in to comment.