Skip to content

Commit

Permalink
explicitly export HttpRequestRecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
flying7eleven committed Jul 4, 2024
1 parent f459686 commit d32ca9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions http_request_recorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .http_request_recorder import HttpRequestRecorder # noqa: F401

__all__ = ['HttpRequestRecorder']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='http_request_recorder',
version='1.0.1',
version='1.0.2',
description='A package to record an respond to http requests, primarily for use in black box testing.',
long_description=readme,
author='',
Expand Down

0 comments on commit d32ca9f

Please sign in to comment.