Skip to content

Commit

Permalink
fix import data command
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jul 24, 2024
1 parent d4ca438 commit 6803979
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def handle(self, *args, **options):
raise CommandError(
f"File {options["file_path"]} does not exist in config directory"
)
Observation.objects.all().delete()
ds = DataSource(self.file_path)

layer = ds[0]
Expand Down

0 comments on commit 6803979

Please sign in to comment.