Skip to content

Commit

Permalink
Add dummy file change to trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Asher Manangan committed Nov 12, 2024
1 parent 56092e7 commit f14a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/commands/importers/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run(self) -> None:
self.validate()

try:
self._import(self._configs, self.overwrite, self.contents)
self._import(self._configs, self.overwrite, self.contents)
except CommandException:
raise
except Exception as ex:
Expand Down

0 comments on commit f14a3fa

Please sign in to comment.