Skip to content

Commit

Permalink
fix: refine drone image processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Dec 16, 2024
1 parent 1f2fd7d commit 656577c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/app/projects/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from osgeo import gdal


class BaseDroneImageProcessor:
class DroneImageProcessor:
def __init__(
self,
node_odm_url: str,
Expand Down Expand Up @@ -238,8 +238,6 @@ def monitor_task(self, task):
log.info("Task completed.")
return task


class DroneImageProcessor(BaseDroneImageProcessor):
async def process_images_from_s3(
self,
bucket_name: str,
Expand Down

0 comments on commit 656577c

Please sign in to comment.