Skip to content

Commit

Permalink
fix: import failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats E. Mollestad committed Nov 9, 2023
1 parent dc4c879 commit 363acc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions aligned/local/job.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dataclasses import dataclass, field

from typing import TYPE_CHECKING
from datetime import datetime

import pandas as pd
import polars as pl
Expand All @@ -10,9 +10,6 @@
from aligned.schemas.feature import Feature
from aligned.sources.local import DataFileReference

if TYPE_CHECKING:
from datetime import datetime


class LiteralRetrivalJob(RetrivalJob):

Expand Down
Loading

0 comments on commit 363acc9

Please sign in to comment.