Skip to content

Commit

Permalink
release notes, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 22, 2024
1 parent a7c8524 commit 14854eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/disable-warnings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# flake8: noqa 401 imported to force console mode for tqdm in jupyter notebooks
from tqdm.auto import tqdm

import warnings

from tqdm.auto import tqdm # noqa: F401

warnings.filterwarnings("ignore")
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release Notes
* Removed vowpalwabbit :pr:`4427`
* Uncapped holidays :pr:`4428`
* Unpinned kaleido :pr:`4423`
* Unpinned pinned dependecies under project.optional-dependencies :pr:`4431`
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`
Expand Down

0 comments on commit 14854eb

Please sign in to comment.