Skip to content

Commit

Permalink
Lint: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
job-almekinders committed Jun 21, 2024
1 parent f9fa158 commit e2d2188
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import contextlib
import logging
from dataclasses import asdict
from datetime import datetime
from typing import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import logging
from typing import Callable, Dict, Iterable, Optional, Tuple

from typeguard import typechecked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from testcontainers.core.waiting_utils import wait_for_logs
from testcontainers.minio import MinioContainer
from testcontainers.mysql import MySqlContainer
from tests.integration.feature_repos.universal.entities import driver

from feast import FeatureService, FileSource, RequestSource
from feast.data_format import AvroFormat, ParquetFormat
Expand All @@ -48,6 +47,7 @@
from feast.stream_feature_view import Aggregation, StreamFeatureView
from feast.types import Array, Bytes, Float32, Int32, Int64, String
from feast.value_type import ValueType
from tests.integration.feature_repos.universal.entities import driver


@pytest.fixture
Expand Down

0 comments on commit e2d2188

Please sign in to comment.