Skip to content

Commit

Permalink
Move ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
christianversloot committed Jan 5, 2024
1 parent 4750ce9 commit 6455082
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import tempfile
from typing import Any, ClassVar, Tuple, Type, Union

import polars as pl # type: ignore
import pyarrow as pa # type: ignore
import pyarrow.parquet as pq
import polars as pl
import pyarrow as pa # type: ignore
import pyarrow.parquet as pq # type: ignore

from zenml.enums import ArtifactType
from zenml.io import fileio
Expand Down

0 comments on commit 6455082

Please sign in to comment.