Code missing? #16
-
|
https://github.com/NRWLDev/fastapi-problem/blob/main/src/fastapi_problem/handler/fastapi.py Is it just on my machine or has the code disappeared? |
Beta Was this translation helpful? Give feedback.
Answered by
EdgyEdgemond
May 24, 2024
Replies: 1 comment 2 replies
-
|
https://github.com/NRWLDev/fastapi-problem/blob/main/src%2Ffastapi_problem%2Fhandler%2F__init__.py the code is moving here, i haven't added a deprecation warning yet. So its reimported to its old location, imports should continue to work. in future it will be |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dineshbvadhia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/NRWLDev/fastapi-problem/blob/main/src%2Ffastapi_problem%2Fhandler%2F__init__.py
the code is moving here, i haven't added a deprecation warning yet. So its reimported to its old location, imports should continue to work.
in future it will be
from fastapi_problem.handler import ...rather thanfrom fastapi_problem.handler.xxx import ...