Skip to content

Commit 3738877

Browse files
committed
Ignoring Flake8 F401
1 parent 257b75b commit 3738877

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mrmat_python_api_flask/apis/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

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
23+
from .healthz import bp as api_healthz # noqa: F401
24+
from .greetingV1 import bp as api_greeting_v1 # noqa: F401
25+
from .greetingV2 import bp as api_greeting_v2 # noqa: F401

0 commit comments

Comments
 (0)