We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2912e07 commit 2076e34Copy full SHA for 2076e34
pact/__init__.py
@@ -3,6 +3,6 @@
3
from .matchers import EachLike, SomethingLike, Term
4
from .pact import Pact
5
from .provider import Provider
6
-from .__version__ import __version__
+from .__version__ import __version__ # noqa: F401
7
8
__all__ = ('Consumer', 'EachLike', 'Pact', 'Provider', 'SomethingLike', 'Term')
0 commit comments