Skip to content

Commit

Permalink
Remove comments about dev version of plotnine
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 17, 2024
1 parent 755a243 commit 98201ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/python/plot_interact_basic/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Note: This app uses a development version of plotnine.

import json
from pathlib import Path

Expand Down
1 change: 0 additions & 1 deletion examples/python/plot_interact_exclude/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Note: This app uses a development version of plotnine.
from pathlib import Path

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion examples/python/plot_interact_select/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Note: This app uses a development version of plotnine.
from pathlib import Path

import pandas as pd
Expand Down

0 comments on commit 98201ea

Please sign in to comment.