Skip to content

Commit 8f7e04d

Browse files
authored
Update README.md
1 parent 81d250a commit 8f7e04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In `car/controllers.py`, lets create `CarController`
161161
import typing as t
162162
from ellar.common import Controller, delete, get, put, post
163163
from ellar.core import ControllerBase
164-
from ellar.exceptions import NotFound
164+
from ellar.core.exceptions import NotFound
165165
from .schemas import CarSerializer, RetrieveCarSerializer
166166
from .services import CarDummyDB
167167

0 commit comments

Comments
 (0)