Skip to content

Commit ae885a2

Browse files
committed
Add missing arg
1 parent 66a9c13 commit ae885a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flowmachine/flowmachine/features/utilities/events_tables_union.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
import structlog
77
import warnings
8-
from typing import List, Union, Optional
8+
from typing import List, Union
99

1010
from ...core import Query
11-
from ...core.context import get_db
1211
from ...core.errors import MissingDateError
1312
from .event_table_subset import EventTableSubset
1413
from flowmachine.utils import standardise_date
@@ -72,6 +71,7 @@ def __init__(
7271
tables=self.tables,
7372
start=self.start,
7473
stop=self.stop,
74+
columns=columns,
7575
hours=hours,
7676
subscriber_subset=subscriber_subset,
7777
subscriber_identifier=subscriber_identifier,

0 commit comments

Comments
 (0)