Skip to content

Commit

Permalink
Fix resource return type
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 5, 2019
1 parent 217ae2a commit f4ec708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ from typing import Any, List, Union, overload
import boto3
import boto3.utils
from boto3.exceptions import ResourceNotExistsError, UnknownAPIVersionError
from boto3.resources.base import ServiceResource
from boto3.resources.factory import ResourceFactory
from botocore.client import BaseClient
from botocore.service_resource import ServiceResource
from botocore.config import Config
from botocore.credentials import Credentials
from botocore.loaders import Loader
Expand Down

0 comments on commit f4ec708

Please sign in to comment.