Skip to content

Commit 9eb4364

Browse files
author
herve.le-bars
committed
fix: LoadVesselPositionsDataTask
1 parent f8e2c29 commit 9eb4364

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tasks/facts/load_vessel_positions_data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from tasks.base import BaseTask
22

3-
4-
import logging
53
from pathlib import Path
64

75
import geopandas as gpd
@@ -11,7 +9,7 @@
119
from bloom.config import settings
1210

1311
class LoadVesselPositionsDataTask(BaseTask):
14-
def run(self):
12+
def run(self,*args,**kwargs):
1513
engine = create_engine(settings.db_url)
1614

1715
df = pd.read_csv(

0 commit comments

Comments
 (0)