diff --git a/adabot/circuitpython_library_release.py b/adabot/circuitpython_library_release.py index b6a2327..cdb6eb1 100644 --- a/adabot/circuitpython_library_release.py +++ b/adabot/circuitpython_library_release.py @@ -10,7 +10,6 @@ import logging from datetime import datetime import toml -from jinja2 import Template # Empty RELEASE_TITLE will prompt to ask for a title for each release. # Set a value here if you want to use the same string for the title of all releases diff --git a/requirements.txt b/requirements.txt index 4efe889..365dc7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,3 @@ typing-extensions~=4.0 google-auth~=2.13 google-cloud-bigquery~=3.3 toml -jinja2