Skip to content

Commit c40cedb

Browse files
author
gabriel
committed
docformatter
1 parent a9ef78e commit c40cedb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/collection/test_dataframe_members.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) QuantCo 2025-2026
22
# SPDX-License-Identifier: BSD-3-Clause
3-
43
"""Tests for dy.DataFrame members in collections.
54
6-
Members annotated with dy.DataFrame are collected once during _init and stored
7-
as DataFrames, while dy.LazyFrame members remain lazy.
5+
Members annotated with dy.DataFrame are collected once during _init and stored as
6+
DataFrames, while dy.LazyFrame members remain lazy.
87
"""
98

109
import polars as pl

0 commit comments

Comments
 (0)