Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Visualize the latest recording you created by running the following command:
python -m openadapt.visualize
```

This will open your browser. It will look something like this:
This will open your browser. It will look like this:

![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/5d7253b7-ae12-477c-94a3-b388e4f37587)

Expand Down Expand Up @@ -277,7 +277,7 @@ To set up the pre-commit hooks, follow these steps:
pre-commit install
```

Now, the pre-commit hooks are installed and will run automatically before each commit. They will enforce code quality standards and prevent committing code that doesn't pass the defined checks.
Now, the pre-commit hooks are installed and will run automatically before each commit. They will enforce code quality standards and prevent committing code that doesn't pass the defined checks. Please ensure to use the `black --preview .` if running black manually.

# Submitting an Issue

Expand Down
5 changes: 4 additions & 1 deletion install/install_openadapt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ pythonCmd="python3.10"
pythonVerStr="Python 3.10*"
pythonInstallerLoc="https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg"

# Construct the repository URL
# Set default values when no parameters are provided
BRANCH=${BRANCH:-main}
REPO=${REPO:-https://github.com/MLDSAI/OpenAdapt.git}

REPO_URL="https://github.com/$REPO"

################################ HELPER FUNCTIONS ################################
Expand Down
5 changes: 1 addition & 4 deletions openadapt/privacy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
"""Package for the Privacy API.

Module: __init__.py
"""
"""Package for the Privacy API."""