Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Add future annotations for backwards compatibility (#1136)
Browse files Browse the repository at this point in the history
* Add future annotations for backwards compatibility

* Update CHANGELOG

Co-authored-by: Paul Sanders <pau@ethyca.com>
  • Loading branch information
sanders41 and Paul Sanders committed Aug 24, 2022
1 parent 08ab71e commit 72cc678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The types of changes are:
* Reduced number of connections opened against app db during health checks [#1107](https://github.com/ethyca/fidesops/pull/1107)
* Fix FIDESOPS__ROOT_USER__ANALYTICS_ID generation when env var is set [#1113](https://github.com/ethyca/fidesops/pull/1113)
* Set localhost to None for non-endpoint events [#1130](https://github.com/ethyca/fidesops/pull/1130)
* Added future annotatioins to privacy_request.py for backwards compatibility [#1136](https://github.com/ethyca/fidesops/pull/1136)

### Changed

Expand Down
3 changes: 3 additions & 0 deletions src/fidesops/ops/models/privacy_request.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# pylint: disable=R0401

from __future__ import annotations

import json
import logging
from datetime import datetime
Expand Down

0 comments on commit 72cc678

Please sign in to comment.