Skip to content

Commit e543f04

Browse files
chore: add missing import
1 parent bc7ff78 commit e543f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pact/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Python methods for interactive with a Pact Mock Service."""
2+
from .broker import Broker
23
from .consumer import Consumer
34
from .matchers import EachLike, Like, SomethingLike, Term, Format
45
from .message_pact import MessagePact

0 commit comments

Comments
 (0)