We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257b75b commit 3738877Copy full SHA for 3738877
mrmat_python_api_flask/apis/__init__.py
@@ -20,6 +20,6 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-from .healthz import bp as api_healthz
24
-from .greetingV1 import bp as api_greeting_v1
25
-from .greetingV2 import bp as api_greeting_v2
+from .healthz import bp as api_healthz # noqa: F401
+from .greetingV1 import bp as api_greeting_v1 # noqa: F401
+from .greetingV2 import bp as api_greeting_v2 # noqa: F401
0 commit comments