Skip to content

Commit

Permalink
Remove accidental blank line additions
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 15, 2022
1 parent 33473e0 commit 9dd46ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jdaviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ def load_data(self, file_obj, parser_reference=None, **kwargs):
"""
self.loading = True

try:
try:
# Properly form path and check if a valid file
Expand All @@ -519,7 +518,6 @@ def load_data(self, file_obj, parser_reference=None, **kwargs):
data = self.state.settings.get('data', None)
if parser_reference:
parser = data_parser_registry.members.get(parser_reference)

elif data and isinstance(data, dict):
data_parser = data.get('parser', None)
if data_parser:
Expand Down

0 comments on commit 9dd46ea

Please sign in to comment.