Skip to content

Commit

Permalink
meh wrong litteral
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Sep 13, 2024
1 parent fe63148 commit 12f9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
# Here we add an IPython hook which simply deletes the modules before every
# cell execution. This is a big hammer but at least it is restricted to
# IPython environments.
_extensions = {}
_extensions = set()

try:
ip = get_ipython() # noqa
Expand Down

0 comments on commit 12f9760

Please sign in to comment.