Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ As second step, we create an `example.py` file as the following one:
import json

from mocket import mocketize
from mocket.mockhttp import Entry
from mocket.mocks.mockhttp import Entry
import requests
import pytest

Expand Down Expand Up @@ -294,7 +294,7 @@ Example:
import pytest

from mocket import async_mocketize
from mocket.mockhttp import Entry
from mocket.mocks.mockhttp import Entry
from mocket.plugins.aiohttp_connector import MocketTCPConnector


Expand Down