Skip to content

Commit

Permalink
Merge pull request #1293 from konstantin-Sk/fix-google-docstring-type…
Browse files Browse the repository at this point in the history
…-infering

Added import adapters to pika/__init__.py file.
  • Loading branch information
michaelklishin committed Jan 26, 2021
2 parents 69a5a3a + d7f6008 commit cbf32c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from pika.credentials import PlainCredentials
from pika.spec import BasicProperties

from pika import adapters
from pika.adapters import BaseConnection
from pika.adapters import BlockingConnection
from pika.adapters import SelectConnection
Expand Down

0 comments on commit cbf32c2

Please sign in to comment.