From 79cfec1993e7e428b60b9ea1cfba071206ad71f0 Mon Sep 17 00:00:00 2001 From: Lorenzo Balugani Date: Thu, 6 May 2021 17:35:44 +0200 Subject: [PATCH] The fun never ends --- code/backend/nest_backend/api_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/nest_backend/api_spec.py b/code/backend/nest_backend/api_spec.py index 9552ded..8d353ce 100644 --- a/code/backend/nest_backend/api_spec.py +++ b/code/backend/nest_backend/api_spec.py @@ -4,7 +4,7 @@ from apispec import APISpec from apispec.ext.marshmallow import MarshmallowPlugin from apispec_webframeworks.flask import FlaskPlugin -from api_schemas import * +from .api_schemas import * import pkg_resources # Create an APISpec