Skip to content

Commit

Permalink
Revert renderer scripts check
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnnieman committed Feb 27, 2019
1 parent 7fc8a80 commit 5fbadf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def index_string(self, value):
(_re_index_entry.search(value), 'app_entry'),
(_re_index_config.search(value), 'config',),
(_re_index_scripts.search(value), 'scripts'),
(_re_renderer_scripts.search(value), 'renderer'),
)
missing = [missing for check, missing in checks if not check]
if missing:
Expand Down

0 comments on commit 5fbadf1

Please sign in to comment.