From 7b6f3d07c301f24f1bbf54330b75439a36baa0b6 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 18 Nov 2023 18:40:08 +0330 Subject: [PATCH] chore: cleanup --- tutorandroid/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorandroid/plugin.py b/tutorandroid/plugin.py index 6f1fc21..02f23fb 100644 --- a/tutorandroid/plugin.py +++ b/tutorandroid/plugin.py @@ -133,7 +133,6 @@ def _print_android_app_public_hosts( return hostnames -####### Boilerplate code # Add the "templates" folder as a template root tutor_hooks.Filters.ENV_TEMPLATE_ROOTS.add_item( pkg_resources.resource_filename("tutorandroid", "templates")