Skip to content

Commit 1772b95

Browse files
authored
Merge pull request #17 from t3yamoto/remove-unused-import
remove unused import in README
2 parents 7fa6578 + 02596b7 commit 1772b95

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
@@ -405,7 +405,7 @@ def handler(event, context):
405405
```python
406406
from jeffy.framework import get_app
407407
from jeffy.validator.jsonscheme import JsonSchemeValidator
408-
from jeffy.settings import RestApi
408+
409409
app = get_app()
410410

411411
@app.handlers.rest_api(

0 commit comments

Comments
 (0)