Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Nov 18, 2023
1 parent 689abab commit 82dcda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tutorandroid/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

if __version_suffix__:
__version__ += "-" + __version_suffix__

5 changes: 2 additions & 3 deletions tutorandroid/plugin.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from __future__ import annotations

from glob import glob
import os
import typing as t
from glob import glob

import pkg_resources

from tutor import hooks as tutor_hooks
from tutor.types import Config, get_typed

Expand All @@ -25,6 +24,7 @@
"RELEASE_KEY_PASSWORD": "android release key password",
"RELEASE_KEY_ALIAS": "android release key alias",
},
"unique": {"OAUTH2_SECRET": "{{ 24|random_string }}"},
}

with open(
Expand Down Expand Up @@ -125,7 +125,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")
Expand Down

0 comments on commit 82dcda9

Please sign in to comment.