Skip to content

Commit

Permalink
Remove pytz from delete_scheme script (#782)
Browse files Browse the repository at this point in the history
* Remove pytz from delete_scheme script. Refs #780

* Update changelog. Refs #780
  • Loading branch information
koenedaele committed Mar 1, 2023
1 parent 4ad154a commit 8d6431f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,7 @@ in progress
- Stop building universal wheels (#752)
- Update docs to no longer reference mkvirtualenv, use standard venv instead (#773)
- Update CONTRIBUTING.md file (#756)
- Remove unneeded reference to pytz (#780)
- Minor refactoring of view method to get publically available conceptschemes (#777)

1.3.0 (04-01-2023)
Expand Down
2 changes: 0 additions & 2 deletions atramhasis/scripts/delete_scheme.py
Expand Up @@ -4,11 +4,9 @@

from pyramid.paster import get_appsettings
from pyramid.paster import setup_logging
from pytz import timezone
from sqlalchemy import engine_from_config
from sqlalchemy.sql.expression import text

timezone_brussels = timezone('Europe/Brussels')
log = logging.getLogger(__name__)


Expand Down

0 comments on commit 8d6431f

Please sign in to comment.