Skip to content

Commit

Permalink
resolve merge conflicts and linting errors from recent merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Aug 18, 2023
1 parent 1b2eef3 commit 0e8d620
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 13 deletions.
4 changes: 4 additions & 0 deletions openadapt/privacy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""Package for the Privacy API.
Module: __init__.py
"""
4 changes: 4 additions & 0 deletions openadapt/privacy/providers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""Package for the Privacy API Providers.
Module: __init__.py
"""
1 change: 0 additions & 1 deletion openadapt/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from openadapt import config, crud
from openadapt.crud import get_latest_recording
from openadapt.events import get_events
from openadapt.models import Recording
from openadapt.privacy.providers.presidio import PresidioScrubbingProvider
from openadapt.utils import (
EMPTY,
Expand Down
84 changes: 72 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e8d620

Please sign in to comment.