Skip to content

Commit

Permalink
Lint error in cosmos (#11092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshith Bhyravabhotla authored Apr 28, 2020
1 parent 6ab5359 commit e6ddd44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

"""Document client class for the Azure Cosmos database service.
"""
from typing import Dict, Any, Optional
# https://github.com/PyCQA/pylint/issues/3112
# Currently pylint is locked to 2.3.3 and this is fixed in 2.4.4
from typing import Dict, Any, Optional # pylint: disable=unused-import
import six
from urllib3.util.retry import Retry
from azure.core.paging import ItemPaged # type: ignore
Expand Down

0 comments on commit e6ddd44

Please # to comment.