Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Gopher committed Mar 7, 2025
1 parent f4c7410 commit 2e594de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions testing/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from tempfile import TemporaryDirectory

import polars as pl
from pydantic import BaseModel

from analyzer_interface import SecondaryAnalyzerInterface
from analyzer_interface.context import AssetsReader, InputTableReader
from analyzer_interface.context import (
Expand All @@ -14,6 +12,7 @@
SecondaryAnalyzerContext as BaseSecondaryAnalyzerContext,
)
from analyzer_interface.context import TableReader, TableWriter
from pydantic import BaseModel


class TestPrimaryAnalyzerContext(BasePrimaryAnalyzerContext):
Expand Down
3 changes: 1 addition & 2 deletions testing/testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
from typing import TypeVar

import polars as pl
from pydantic import BaseModel

from preprocessing.series_semantic import SeriesSemantic
from pydantic import BaseModel

T = TypeVar("T", bound=pl.DataFrame | pl.LazyFrame)

Expand Down
1 change: 0 additions & 1 deletion testing/testers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import polars as pl
import pytest

from analyzer_interface import AnalyzerInterface, SecondaryAnalyzerInterface
from analyzer_interface.context import PrimaryAnalyzerContext, SecondaryAnalyzerContext

Expand Down

0 comments on commit 2e594de

Please sign in to comment.