Skip to content

Commit

Permalink
fix: LoadVesselPositionsDataTask
Browse files Browse the repository at this point in the history
  • Loading branch information
herve.le-bars committed Mar 26, 2024
1 parent 05eab9d commit af721d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tasks/facts/load_vessel_positions_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from tasks.base import BaseTask


import logging
from pathlib import Path

import geopandas as gpd
Expand All @@ -11,7 +9,7 @@
from bloom.config import settings

class LoadVesselPositionsDataTask(BaseTask):
def run(self):
def run(self,*args,**kwargs):
engine = create_engine(settings.db_url)

df = pd.read_csv(
Expand Down

0 comments on commit af721d1

Please sign in to comment.