Skip to content

Commit

Permalink
Delete local variables in root
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 5, 2018
1 parent 41631f7 commit 9377e91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions holoviews/__init__.py
Expand Up @@ -83,3 +83,7 @@ def help(obj, visualization=True, ansi=True, backend=None,
print((msg if visualization is False else '') + info)
else:
pydoc.help(obj)


del (absolute_import, code, elements_list, f, filename, np, os,
print_function, pydoc, rcfile, warnings)

0 comments on commit 9377e91

Please sign in to comment.